浏览代码

更换默认api代理地址

new-cli
unknown 4 年前
父节点
当前提交
6c64a8384a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      config/index.js

+ 1
- 1
config/index.js 查看文件

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


正在加载...
取消
保存