Browse Source

更换默认api代理地址

new-cli
unknown 4 years ago
parent
commit
6c64a8384a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/index.js

+ 1
- 1
config/index.js View File

@@ -20,7 +20,7 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/api/**': {
target: 'http://192.168.5.32:9003',
target: 'http://10.240.5.189:9003',
changeOrigin: true,
secure: false,
}


Loading…
Cancel
Save