提交 be8f6c06 authored 作者: haodaking's avatar haodaking

chore: update

上级 5e0b6505
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -10,27 +10,27 @@ ...@@ -10,27 +10,27 @@
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src" "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
}, },
"dependencies": { "dependencies": {
"axios": "^0.26.0", "axios": "^0.27.2",
"element-ui": "^2.15.6", "element-ui": "^2.15.8",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"query-string": "^7.0.1", "query-string": "^7.1.1",
"vue": "^2.6.14", "vue": "^2.6.14",
"vue-router": "^3.5.3", "vue-router": "^3.5.4",
"vuex": "^3.6.2" "vuex": "^3.6.2"
}, },
"devDependencies": { "devDependencies": {
"ali-oss": "^6.17.1", "ali-oss": "^6.17.1",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"eslint": "^7.32.0", "eslint": "^8.13.0",
"eslint-config-standard": "^16.0.3", "eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2", "eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0", "eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^8.4.1", "eslint-plugin-vue": "^9.0.1",
"sass": "1.49.7", "sass": "1.52.1",
"vite": "^2.8.3", "vite": "^2.9.9",
"vite-plugin-checker": "^0.4.2", "vite-plugin-checker": "^0.4.6",
"vite-plugin-vue2": "^1.9.3", "vite-plugin-vue2": "^2.0.1",
"vue-template-compiler": "^2.6.14" "vue-template-compiler": "^2.6.14"
} }
} }
// 角色用途
export const roleType = {
1: '用户使用',
2: '机构使用'
}
...@@ -21,7 +21,7 @@ export default defineConfig(({ mode }) => { ...@@ -21,7 +21,7 @@ export default defineConfig(({ mode }) => {
cert: fs.readFileSync(path.join(__dirname, './https/dev.ezijing.com.pem')) cert: fs.readFileSync(path.join(__dirname, './https/dev.ezijing.com.pem'))
}, },
proxy: { proxy: {
'/api': 'https://x-school-admin.ezijing.com' '/api': 'https://project-center.ezijing.com'
} }
}, },
resolve: { resolve: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论