build: 处理构建时出现的错误
正在显示
... | @@ -10,6 +10,7 @@ | ... | @@ -10,6 +10,7 @@ |
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src" | "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@tinymce/tinymce-vue": "^3.2.8", | |||
"axios": "^0.25.0", | "axios": "^0.25.0", | ||
"blueimp-md5": "^2.19.0", | "blueimp-md5": "^2.19.0", | ||
"echarts": "^5.2.2", | "echarts": "^5.2.2", | ||
... | @@ -23,7 +24,6 @@ | ... | @@ -23,7 +24,6 @@ |
"vuex": "^3.6.2" | "vuex": "^3.6.2" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@rollup/plugin-eslint": "^8.0.1", | |||
"ali-oss": "^6.16.0", | "ali-oss": "^6.16.0", | ||
"chalk": "^4.1.2", | "chalk": "^4.1.2", | ||
"cross-env": "^7.0.3", | "cross-env": "^7.0.3", | ||
... | @@ -35,6 +35,7 @@ | ... | @@ -35,6 +35,7 @@ |
"eslint-plugin-vue": "^7.20.0", | "eslint-plugin-vue": "^7.20.0", | ||
"sass": "1.43.5", | "sass": "1.43.5", | ||
"vite": "^2.7.13", | "vite": "^2.7.13", | ||
"vite-plugin-checker": "^0.4.3", | |||
"vite-plugin-vue2": "^1.9.2", | "vite-plugin-vue2": "^1.9.2", | ||
"vue-template-compiler": "^2.6.14" | "vue-template-compiler": "^2.6.14" | ||
} | } | ||
... | ... |
src/api/base.js
0 → 100644
请
注册
或者
登录
后发表评论