Commit 1496729e authored by 杨思琦's avatar 杨思琦

fix: 修改首页为web4

parent 59ef6087
Pipeline #72170 passed with stages
......@@ -278,6 +278,10 @@ export const defaultApp = (setUrl) => {
if (config && config.token) {
let url = !config.home ?
((config.homepage === '' || _.isNull(config.homepage)) ? `/civbase/civweb4`: (`/civbase/${config.homepage.replace(/^\//, '')}`)) : `/civbase/${config.homepage.replace(/^\//, '')}`;
if(/civweb4/.test(setUrl || url)) {
window.qiankunIsCache = false;
console.log("请升级首页功能");
}
initMicroApps(setUrl || url);
setDefaultMountApp(setUrl || url);
micorManager = [];
......
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