lilei před 3 roky
rodič
revize
3bfe0eadb3
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -108,9 +108,9 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.16.151:8503/qpls-md',
+        // target: 'http://192.168.16.151:8503/qpls-md',
         // target: 'http://frps.chelingzhu.com:7800/qpls-md',
-        // target: 'http://p.iscm.360arrow.com/qpls-md',
+        target: 'http://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         ws: true,
         changeOrigin: true,