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

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

parent 4997b883
...@@ -31,19 +31,19 @@ module.exports = { ...@@ -31,19 +31,19 @@ module.exports = {
assetsPublicPath: '/', assetsPublicPath: '/',
proxyTable: { proxyTable: {
'/jwt': { '/jwt': {
target: 'http://10.5.52.2:8765', target: 'http://10.5.52.3:8765',
pathRewrite: { pathRewrite: {
'^/jwt': '/jwt' '^/jwt': '/jwt'
}, },
}, },
'/api':{ '/api':{
target: 'http://10.5.52.2:8765', target: 'http://10.5.52.3:8765',
pathRewrite: { pathRewrite: {
'^/api': '/api' '^/api': '/api'
}, },
}, },
'/vehicle': { '/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" // 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