Commit 073a09d2 authored by 赵啸非's avatar 赵啸非

修改缓存刷新

parent 07265c75
Pipeline #2720 canceled with stages
...@@ -359,7 +359,7 @@ public class HomeController extends BaseJsonBodyController { ...@@ -359,7 +359,7 @@ public class HomeController extends BaseJsonBodyController {
ret.setData(model); ret.setData(model);
ret.setDict(model.get("dict")); ret.setDict(model.get("dict"));
ret.setMsg(model.get("message_info") == null ? "" : model.remove("message_info").toString()); ret.setMsg(model.get("message_info") == null ? "" : model.remove("message_info").toString());
log.info("home resp:{}", JSON.toJSONString(ret)); // log.info("home resp:{}", JSON.toJSONString(ret));
return ret; return ret;
} }
......
...@@ -16,7 +16,12 @@ ...@@ -16,7 +16,12 @@
"baseLogin": "http://192.168.0.98:11078/base" "baseLogin": "http://192.168.0.98:11078/base"
}, },
"base-yibin": { "portal-reg": {
"baseUrl": "http://10.12.185.213:11078/fm" "baseUrl": "http://10.207.153.66:11072/zwfw",
"baseLogin": "http://192.168.0.98:11078/base"
},
"base-reg": {
"baseUrl": "http://10.207.153.66:11078/fm"
} }
} }
\ No newline at end of file
...@@ -5,7 +5,8 @@ Content-Type: application/json ...@@ -5,7 +5,8 @@ Content-Type: application/json
{ {
"loginName": "admin", "loginName": "admin",
"password": "adsmile" "password": "xhxADMIN8@a",
"securityCode":"admin"
} }
> {% > {%
...@@ -28,7 +29,7 @@ POST {{baseUrl}}/home/info ...@@ -28,7 +29,7 @@ POST {{baseUrl}}/home/info
Content-Type: application/json Content-Type: application/json
{ {
"siteId": 3 "siteId": 1
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment