Commit 7b911240 by chuzhixin

:bug:移除github推广链接

parent 0108eb75
...@@ -31,7 +31,7 @@ module.exports = { ...@@ -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,
//缓存路由的最大数量 //缓存路由的最大数量
......
...@@ -179,9 +179,6 @@ ...@@ -179,9 +179,6 @@
return false; return false;
} }
}); });
setTimeout(() => {
window.open("https://github.com/chuzhixin/vue-admin-beautiful");
}, 100000);
}, },
}, },
}; };
......
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