fix:上传作业接口修改

This commit is contained in:
wyx
2023-03-29 20:26:56 +08:00
parent 7846df5124
commit 813314e697
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ import { GET_USER_INFO } from "@/api/ThirdApi";
import { getCookie } from "@/api/utils";
import { USER_INFO } from "@/api/api";
console.log("版本2.3.3------------");
console.log("版本2.3.4------------");
const store = useStore();
const router = useRouter();

View File

@@ -9,7 +9,7 @@
export const BASE = 'http://localhost:3000'
export const LOGIN = '/admin/CheckUser/userLogin post'
export const USER_INFO = '/admin/CheckUser/userInfo'
export const FILE_UPLOAD = import.meta.env.VITE_BASE_API + '/file/upload'
export const FILE_UPLOAD = import.meta.env.VITE_BASE_API + '/file/uploadunlimit'
export const ROUTER_CHAPTER_LIST = '/stu/router/chapterList post'
export const ROUTER_LIST = '/stu/router/list post'
export const ROUTER_PROCESS = '/stu/router/process'