Commit b81a07aa by 王昆

gsb

parent 51bb2f68
...@@ -917,8 +917,11 @@ class UserCtl extends CtlBase { ...@@ -917,8 +917,11 @@ class UserCtl extends CtlBase {
} }
} }
var domain = "http://bpohhr.gongsibao.com"; var domain = "https://bpohhr.gongsibao.com";
var arr = []; var arr = [];
if(ecid == 10460 || ecid == 10288) {
return domain + "/errpage?errmsg=" + encodeURIComponent(encodeURIComponent("链接已失效"));
}
if (!appId) { if (!appId) {
return domain + "/errpage?errmsg=" + encodeURIComponent(encodeURIComponent("未配置appId")); return domain + "/errpage?errmsg=" + encodeURIComponent(encodeURIComponent("未配置appId"));
} }
......
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