guhongwei преди 4 години
родител
ревизия
f8ed16cf02
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -20,7 +20,7 @@ module.exports = {
     //api地址前缀
     proxy: {
       '/files': {
-        target: 'https://zb.liaoningdoupo.com',
+        target: 'http://free.liaoningdoupo.com',
       },
       '/api': {
         target: 'http://192.168.1.43:8080',
@@ -28,7 +28,7 @@ module.exports = {
         ws: true,
       },
       '/ws': {
-        target: 'https://zb.liaoningdoupo.com',
+        target: 'http://free.liaoningdoupo.com',
         ws: true,
       },
     },