|
@@ -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实例
|