Commit b0649adf by WF1020

前端页面infgid接口联动

parent df0a19b5
......@@ -34,7 +34,7 @@ module.exports = {
},
proxy: {
'/gjjs/business/': {
target: 'http://127.0.0.1:8081',
target: 'http://192.168.0.110:9999',
changeOrigin: true,
pathRewrite: {
'^/gjjs/business': '/gjjs/business'
......@@ -70,7 +70,8 @@ module.exports = {
}
},
'/gjjs/service/': {
target: 'http://127.0.0.1:9999',
// target: 'http://192.168.0.85:9999',//魏关应
target: 'http://192.168.0.42:9999',//胡希 192.168.0.42:9999
changeOrigin: true,
pathRewrite: {
'^/gjjs/service': '/gjjs/service'
......@@ -104,7 +105,7 @@ module.exports = {
configureWebpack: {
// provide the app's title in webpack's name field, so that
// it can be accessed in index.html to inject the correct title.
devtool: 'source-map',
// devtool: 'source-map',
resolve: {
alias: {
'~': resolve('src')
......
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