1.正式地址修改

xuyifeng-0724-人员中台对接-dev
guoyuepeng 2024-07-16 17:09:19 +08:00
parent a5fc9d9eff
commit 6f6c3a4862
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ public class LoginController extends BaseController {
PageData pathData = corpPathService.getCorpPathByCorpId(pd);
map.put("baseImgPath",pathData.getString("PIC_PATH"));
map.put("USER_IDENTITY",pathData.getString("USER_IDENTITY"));
map.put("BACKENDADDR", "http://192.168.0.49:8091/");
map.put("BACKENDADDR", pathData.getString("BACK_END_PATH"));
} else {
PageData pathData = corpPathService.getCorpPathByPersonInfo(pd);
map.put("baseImgPath",pathData.getString("PIC_PATH"));