Merge branch 'dev' into build

# Conflicts:
#	package.json
#	vue.config.js
This commit is contained in:
aixianling
2022-08-18 17:33:48 +08:00
30 changed files with 4801 additions and 700 deletions

View File

@@ -64,6 +64,14 @@ module.exports = {
'^/lan': '/'
}
},
'/test': {
target: 'http://192.168.1.105:9000',
changeOrigin: true,
pathRewrite: {
//地址重写
'^/test': '/'
}
},
'/saas': {
target: 'http://192.168.1.34:19898',
changeOrigin: true,