diff --git a/config/index.js b/config/index.js index 8236034..bdc6d1c 100644 --- a/config/index.js +++ b/config/index.js @@ -11,16 +11,15 @@ module.exports = { assetsPublicPath: '/', proxyTable: { '/api': { - target: 'http://192.168.50.39:8088', - - changeOrigin: true, + target: 'http://127.0.0.1/', + changeOrigin: true, pathRewrite: { '^/api': '' } }, '/file': { - target: 'http://192.168.50.39:8088/', - changeOrigin: true, + target: 'http://127.0.0.1/', + changeOrigin: true, pathRewrite: { '^/file': '' }