许成详 6 years ago
parent
commit
0be3b0d82d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      config/index.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://192.168.0.11', //ys
15
+        target: 'http://192.168.0.62:8080', //wf
16
+        // target: 'http://192.168.0.11', //ys
17 17
         // target: 'http://192.168.0.11', //ys
18 18
         // target: 'http://dev.ycjcjy.com/', //frp
19 19
         changeOrigin: true, // 如果接口跨域,需要进行这个参数配置