Browse Source

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-website

wuhongyuq 5 years ago
parent
commit
0003f11c17
1 changed files with 5 additions and 5 deletions
  1. 5 5
      vue.config.js

+ 5 - 5
vue.config.js

@@ -26,27 +26,27 @@ module.exports = {
         target: 'http://smart.cc-lotus.info',
       },
       '/api/setting': {
-        target: 'http://10.16.9.108:9000',
+        target: 'http://free.liaoningdoupo.com',
         changeOrigin: true,
         ws: true,
       },
       '/api/affairs': {
-        target: 'http://10.16.9.108:9002',
+        target: 'http://free.liaoningdoupo.com',
         changeOrigin: true,
         ws: true,
       },
       '/api/policy': {
-        target: 'http://10.16.9.108:9003',
+        target: 'http://free.liaoningdoupo.com',
         changeOrigin: true,
         ws: true,
       },
       '/api/record': {
-        target: 'http://10.16.9.108:9005',
+        target: 'http://free.liaoningdoupo.com',
         changeOrigin: true,
         ws: true,
       },
       '/api/serve': {
-        target: 'http://10.16.9.108:9006',
+        target: 'http://free.liaoningdoupo.com',
         changeOrigin: true,
         ws: true,
         // pathRewrite: { '^/api/affairs': '/api' },