新增web端首页关闭状态+新增电信经营许可证展示+细节优化

This commit is contained in:
gongfuxiang
2021-12-08 15:11:31 +08:00
parent 03b69cde7e
commit 9b4ef2878d
8 changed files with 97 additions and 22 deletions

View File

@ -125,7 +125,7 @@ class Common extends BaseController
{
if(MyC('home_site_state') != 1)
{
exit(json_encode(DataReturn(MyC('home_site_close_reason', '网站维护中...'), -10000)));
exit(json_encode(DataReturn(MyC('home_site_close_reason', '升级中...'), -10000)));
}
}