guhongwei 4 yıl önce
ebeveyn
işleme
70f8cc1aa5
1 değiştirilmiş dosya ile 5 ekleme ve 5 silme
  1. 5 5
      vue.config.js

+ 5 - 5
vue.config.js

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