Ver código fonte

[修改]

soleil 7 anos atrás
pai
commit
61e3df87e0
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -2,8 +2,8 @@ module.exports = {
   devServer: {
     proxy: {
       "^/api": {
-        // target: "http://localhost:4000/",
-        target: "http://10.1.1.198:8080/",
+        target: "http://localhost:4000/",
+        // target: "http://10.1.1.198:8080/",
         ws: true,
         changeOrigin: true
       }