ソースを参照

海上定位屏蔽代理

chenxr3 4 年 前
コミット
2afe7e1311
共有2 個のファイルを変更した3 個の追加2 個の削除を含む
  1. 1 1
      ebc-middle-platform/.aid/aid.js
  2. 2 1
      ebc-middle-platform/src/conf/axios.config.js

+ 1 - 1
ebc-middle-platform/.aid/aid.js

@ -61,7 +61,7 @@ module.exports = {
61 61
  //   {
62 62
  //     url: '/ipu',
63 63
  //     options: {
64
  //       target: 'http://127.0.0.1:8086',
64
  //       target: 'http://localhost:8011',
65 65
  //       changeOrigin: true,
66 66
  //       pathRewrite: {
67 67
  //         '^/ipu': '/'

+ 2 - 1
ebc-middle-platform/src/conf/axios.config.js

@ -39,7 +39,8 @@ const conf = {
39 39
  },
40 40
  root: {
41 41
    test: {
42
      baseURL: '/ipu/'
42
      // baseURL: '/ipu'
43
      baseURL: 'http://10.19.90.34:8011/lr'
43 44
    }
44 45
  }
45 46
}