Browse Source

no message

zhengkaixin 2 years ago
parent
commit
1f4196fb8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/request.js

+ 1 - 1
src/utils/request.js

@@ -58,7 +58,7 @@ var BACKEND_URL = baseApiList[apiTypeIndex];
 if (process.env.VUE_APP_NODE_NAME == 'devlopment') {			
 	//BACKEND_URL = 'http://192.168.77.162:8086/jp-housekeeper-server/'
 	////baseApiList = ['http://127.0.0.1:8086/jp-housekeeper-server/']
-	//BACKEND_URL="http://192.168.33.220:8086/gaoa-server/";
+	BACKEND_URL="http://192.168.33.220:8086/healthcare-security-server/";
 }
 
 // 创建axios实例