guhongwei %!s(int64=3) %!d(string=hai) anos
pai
achega
e8c893c279
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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',