Commit 548be0c9 authored by 164003836@qq.con's avatar 164003836@qq.con

修改为指向测试环境的路由

parent 4997b883
......@@ -31,19 +31,19 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/jwt': {
target: 'http://10.5.52.2:8765',
target: 'http://10.5.52.3:8765',
pathRewrite: {
'^/jwt': '/jwt'
},
},
'/api':{
target: 'http://10.5.52.2:8765',
target: 'http://10.5.52.3:8765',
pathRewrite: {
'^/api': '/api'
},
},
'/vehicle': {
target: 'http://10.5.52.2:8765'
target: 'http://10.5.52.3:8765'
},
},
// CSS Sourcemaps off by default because relative paths are "buggy"
......
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