guhongwei 4 vuotta sitten
vanhempi
commit
f8ed16cf02
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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,
       },
     },