无人机管理后台前端(已迁走)
罗广辉
2025-10-11 02409bfbe15f22fc3b5dccadabfd860a660a49d9
src/router/page/index.js
@@ -1,4 +1,4 @@
import Store from '@/store/';
import Store from '@/store/'
export default [
  {
@@ -64,15 +64,14 @@
      isAuth: false,
    },
  },
  // {
  //   path: '/',
  //   name: '主页',
  //   // redirect: '/wel',
  //   redirect:'/tickets/ticket',
  // },
  {
     path: '/',
     name: '主页',
     redirect: '/tickets/ticket',
     },
];
    path: '/',
    name: '主页',
    redirect: '/wel',
  },
  // {
  //    path: '/',
  //    name: '主页',
  //    redirect: '/tickets/ticket',
  //    },
]