zkx před 4 roky
rodič
revize
c83236515a
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/utils/request.js

+ 2 - 2
src/utils/request.js

@@ -16,11 +16,11 @@ axios.defaults.headers['Content-Type'] = 'application/x-www-form-urlencoded'
 var BACKEND_URL = process.env.VUE_APP_BACKEND_URL;
 
 if (process.env.VUE_APP_NODE_NAME == 'devlopment') {
-		 BACKEND_URL='http://192.168.33.120:8086/shinestar-server';
+		// BACKEND_URL='http://192.168.33.120:8086/shinestar-server';
 		// BACKEND_URL='http://192.168.33.90:8086/shinestar-server';
 		
 		//BACKEND_URL="https://ykt-test.xiaoxinda.com/shinestar-server/"
-		//BACKEND_URL='http://223.75.170.44:6060/shinestar-server';
+		BACKEND_URL='http://223.75.170.44:6060/shinestar-server';
 		
 }