guhongwei 4 gadi atpakaļ
vecāks
revīzija
70f8cc1aa5
1 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 5 5
      vue.config.js

+ 5 - 5
vue.config.js

@@ -19,21 +19,21 @@ module.exports = {
     //api地址前缀
     //api地址前缀
     proxy: {
     proxy: {
       '/weixin': {
       '/weixin': {
-        target: 'http://free.liaoningdoupo.com',
+        target: 'http://broadcast.waityou24.cn',
         changeOrigin: true,
         changeOrigin: true,
         ws: true,
         ws: true,
       },
       },
       '/files': {
       '/files': {
-        target: 'http://free.liaoningdoupo.com',
+        target: 'http://broadcast.waityou24.cn',
       },
       },
       '/api': {
       '/api': {
-        target: 'http://free.liaoningdoupo.com',
+        target: 'http://broadcast.waityou24.cn',
         // target: 'http://192.168.1.19:9004',
         // target: 'http://192.168.1.19:9004',
         changeOrigin: true,
         changeOrigin: true,
         ws: true,
         ws: true,
       },
       },
       '/wxtoken': {
       '/wxtoken': {
-        target: 'http://free.liaoningdoupo.com',
+        target: 'http://broadcast.waityou24.cn',
         changeOrigin: true,
         changeOrigin: true,
         ws: true,
         ws: true,
         pathRewrite: {
         pathRewrite: {
@@ -41,7 +41,7 @@ module.exports = {
         },
         },
       },
       },
       '/ws': {
       '/ws': {
-        target: 'http://free.liaoningdoupo.com',
+        target: 'http://broadcast.waityou24.cn',
         ws: true,
         ws: true,
       },
       },
     },
     },