Commit 13f46f5f by zhuzhequan

冲突解决

parent 931ebadf
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -11,18 +11,18 @@
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^1.0.2",
"axios": "^1.1.3",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.8",
"core-js": "^3.8.3",
"element-ui": "^2.15.13",
"js-md5": "^0.7.3",
"lodash": "^4.17.21",
"uuid": "^10.0.0",
"lodash": "~4.17.20",
"vue": "^2.6.14",
"vue-router": "^3.5.1",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"vxe-table": "^3.5.9",
"vxe-table-plugin-element": "^4.0.4",
"xe-utils": "^3.5.7"
"xe-utils": "^3.5.4"
},
"devDependencies": {
"@babel/core": "^7.12.16",
......@@ -33,7 +33,6 @@
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-standard": "^6.1.0",
"babel-plugin-import": "^1.13.8",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
......
......@@ -6,7 +6,7 @@ module.exports = defineConfig({
host: '',
proxy: {
'/api': {
target: 'http://192.168.31.232:8070',
target: 'http://10.168.31.142:8070',
changeOrigin: true
// 路径重写规则,这里将 /api 开头的请求路径替换为空字符串,即去掉 /api 前缀
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment