guhongwei 2 năm trước cách đây
mục cha
commit
ba065b97c3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -20,10 +20,10 @@ module.exports = {
     port: '8001',
     proxy: {
       '/files': {
-        target: 'http://broadcast.waityou24.cn',
+        target: 'https://broadcast.waityou24.cn',
       },
       '/projectadmin/api': {
-        target: 'http://192.168.1.144:10102', //http://192.168.1.144:10102  http://www.freeskyghw.cn  http://47.93.34.200
+        target: 'http://broadcast.waityou24.cn', //http://192.168.1.144:10102  http://www.freeskyghw.cn  http://47.93.34.200
         changeOrigin: true,
         ws: false,
       },