Commit 799334da authored by 崔佳豪's avatar 崔佳豪

fix: 子站点无首页时默认civweb4

parent c8248e12
Pipeline #48826 skipped with stages
......@@ -310,6 +310,7 @@ class Login {
// 在云平台上,切换前后如果url一致会出问题
if(self.globalConfig.userInfo && self.globalConfig.userInfo.site) {
homepage = homepage || 'civweb4';
homepage += `${homepage.indexOf('|') > -1 ? '&' : '|' }_timestate=${Date.now().toString(16)}_${self.globalConfig.userInfo.site}`;
}
......
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