guhongwei há 3 anos atrás
pai
commit
e8c893c279
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      src/router/index.js

+ 4 - 0
src/router/index.js

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