🐛移除github推广链接

This commit is contained in:
chuzhixin 2020-10-02 01:46:06 +08:00
parent 0108eb755c
commit 7b911240c9
2 changed files with 1 additions and 4 deletions

View File

@ -31,7 +31,7 @@ module.exports = {
//是否显示页面底部版权信息,建议您显示,当然您也可以选择不显示,不管您是付费用户还是未付费用户您都有选择显示或者不显示的权利 //是否显示页面底部版权信息,建议您显示,当然您也可以选择不显示,不管您是付费用户还是未付费用户您都有选择显示或者不显示的权利
footerCopyright: process.env.NODE_ENV !== "development", footerCopyright: process.env.NODE_ENV !== "development",
//是否显示右上角github图标 //是否显示右上角github图标
githubCorner: process.env.NODE_ENV !== "development", githubCorner: false,
//是否显示顶部进度条 //是否显示顶部进度条
progressBar: true, progressBar: true,
//缓存路由的最大数量 //缓存路由的最大数量

View File

@ -179,9 +179,6 @@
return false; return false;
} }
}); });
setTimeout(() => {
window.open("https://github.com/chuzhixin/vue-admin-beautiful");
}, 100000);
}, },
}, },
}; };