wq hace 5 años
padre
commit
215a51b8ff
Se han modificado 1 ficheros con 7 adiciones y 2 borrados
  1. 7 2
      vue.config.js

+ 7 - 2
vue.config.js

@@ -33,11 +33,16 @@ module.exports = {
         changeOrigin: true,
         ws: true,
       },
+      // '/api': {
+      //   target: 'http://127.0.0.1:7004',
+      //   changeOrigin: true,
+      //   ws: true,
+      // },
       '/api': {
-        target: 'http://free.liaoningdoupo.com',
+         target: 'http://free.liaoningdoupo.com',
         changeOrigin: true,
         ws: true,
-      },
+    },
     },
   },
 };