@@ -8,6 +8,10 @@ VueRouter.prototype.push = function push(location) {
};
Vue.use(VueRouter);
const web = [
+ {
+ path: '/',
+ redirect: '/adminCenter/homeIndex',
+ },
// 管理登录
{
path: '/login',