guhongwei 4 tahun lalu
induk
melakukan
f25f7e0702
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      vue.config.js

+ 3 - 3
vue.config.js

@@ -20,15 +20,15 @@ module.exports = {
     //api地址前缀
     proxy: {
       '/files': {
-        target: 'http://192.168.1.43:8081',
+        target: 'http://free.liaoningdoupo.com',
       },
       '/api': {
-        target: 'http://192.168.1.43:8081',
+        target: 'http://free.liaoningdoupo.com',
         changeOrigin: true,
         ws: true,
       },
       '/ws': {
-        target: 'http://192.168.1.43:8081',
+        target: 'http://free.liaoningdoupo.com',
         ws: true,
       },
     },