mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-05-03 21:06:34 +08:00
🐛移除github推广链接
This commit is contained in:
parent
0108eb755c
commit
7b911240c9
@ -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 @@
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
setTimeout(() => {
|
|
||||||
window.open("https://github.com/chuzhixin/vue-admin-beautiful");
|
|
||||||
}, 100000);
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user