This commit is contained in:
yuping
2023-01-13 02:51:05 +08:00
parent 83f4c53ad8
commit b85a353f2b
7 changed files with 20 additions and 16 deletions

3
src/api/CONST.js Normal file
View File

@@ -0,0 +1,3 @@
export const PROJECT = 1;
export const ROUTER = 2;
export const COURSE = 3;