keyman1995 6 年 前
コミット
9220e048a5
共有2 個のファイルを変更した4 個の追加4 個の削除を含む
  1. 2
    2
      config/index.js
  2. 2
    2
      src/util/api.js

+ 2
- 2
config/index.js ファイルの表示

12
     proxyTable: {
12
     proxyTable: {
13
       '/api': {
13
       '/api': {
14
         // target: 'https://dp.huiju360.com.cn/hj_operations',
14
         // target: 'https://dp.huiju360.com.cn/hj_operations',
15
-        target: 'http://192.168.0.62:8080', //wf
16
-        // target: 'http://127.0.0.1:8080', 
15
+        // target: 'http://192.168.0.62:8080', //wf
16
+         target: 'http://127.0.0.1:8080', 
17
         // target: 'http://192.168.0.11', //ys
17
         // target: 'http://192.168.0.11', //ys
18
         // target: 'http://192.168.0.125:8080', //hyq
18
         // target: 'http://192.168.0.125:8080', //hyq
19
         // target: 'http://dev.ycjcjy.com/', //frp
19
         // target: 'http://dev.ycjcjy.com/', //frp

+ 2
- 2
src/util/api.js ファイルの表示

1
-const baseUrl = '/api-v2'
2
-// const baseUrl = '/api'
1
+// const baseUrl = '/api-v2'
2
+const baseUrl = '/api'
3
 const common = '/common/:org'
3
 const common = '/common/:org'
4
 const guest = '/guest/:org'
4
 const guest = '/guest/:org'
5
 
5