xjc před 4 roky
rodič
revize
f280132f72
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

@@ -3,8 +3,8 @@ module.exports={
         proxy:{
             '/api':{
                 // target:'http://39.107.246.59:81',
-                // target:'https://test.scxjc.club',
-                target:'http://caos.tederen.com',
+                target:'https://test.scxjc.club',
+                // target:'http://caos.tederen.com',
                 changeOrigin: true,
             }
         }