login.ts 357 B

12345678910111213141516
  1. /*
  2. * @Author: fxs bjnsfxs@163.com
  3. * @Date: 2024-08-20 14:32:43
  4. * @LastEditors: fxs bjnsfxs@163.com
  5. * @LastEditTime: 2024-08-31 09:59:13
  6. * @FilePath: \Game-Backstage-Management-System\src\router\login.ts
  7. * @Description:
  8. *
  9. */
  10. export default [
  11. {
  12. path: '/login',
  13. name: 'Login',
  14. component: () => import('@/views/Login/LoginView.vue')
  15. }
  16. ]