chore: 修改创建课程页面
正在显示
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
"build": "vue-tsc --noEmit && vite build --mode prod && npm run deploy", | "build": "vue-tsc --noEmit && vite build --mode prod && npm run deploy", | ||
"build:test": "vue-tsc --noEmit && vite build --mode test", | "build:test": "vue-tsc --noEmit && vite build --mode test", | ||
"build:pre": "vue-tsc --noEmit && vite build --mode pre", | "build:pre": "vue-tsc --noEmit && vite build --mode pre", | ||
"preview": "vite preview --port 5050", | "preview": "vite preview --port 4173", | ||
"typecheck": "vue-tsc --noEmit", | "typecheck": "vue-tsc --noEmit", | ||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | ||
"deploy": "node ./deploy.js" | "deploy": "node ./deploy.js" | ||
... | @@ -17,8 +17,10 @@ | ... | @@ -17,8 +17,10 @@ |
"@tinymce/tinymce-vue": "^5.0.0", | "@tinymce/tinymce-vue": "^5.0.0", | ||
"axios": "^0.27.2", | "axios": "^0.27.2", | ||
"blueimp-md5": "^2.19.0", | "blueimp-md5": "^2.19.0", | ||
"dayjs": "^1.11.3", | |||
"echarts": "^5.3.2", | "echarts": "^5.3.2", | ||
"element-plus": "^2.2.5", | "element-plus": "^2.2.9", | ||
"lodash-es": "^4.17.21", | |||
"pinia": "^2.0.14", | "pinia": "^2.0.14", | ||
"qs": "^6.10.5", | "qs": "^6.10.5", | ||
"sortablejs": "^1.15.0", | "sortablejs": "^1.15.0", | ||
... | ... |
请
注册
或者
登录
后发表评论