keyman1995 6 years ago
parent
commit
9220e048a5
2 changed files with 4 additions and 4 deletions
  1. 2
    2
      config/index.js
  2. 2
    2
      src/util/api.js

+ 2
- 2
config/index.js View File

@@ -12,8 +12,8 @@ module.exports = {
12 12
     proxyTable: {
13 13
       '/api': {
14 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 17
         // target: 'http://192.168.0.11', //ys
18 18
         // target: 'http://192.168.0.125:8080', //hyq
19 19
         // target: 'http://dev.ycjcjy.com/', //frp

+ 2
- 2
src/util/api.js View File

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