| 12345678910111213141516 |
- /*
- * @Author: fxs bjnsfxs@163.com
- * @Date: 2024-08-20 14:32:43
- * @LastEditors: fxs bjnsfxs@163.com
- * @LastEditTime: 2024-08-31 09:59:13
- * @FilePath: \Game-Backstage-Management-System\src\router\login.ts
- * @Description:
- *
- */
- export default [
- {
- path: '/login',
- name: 'Login',
- component: () => import('@/views/Login/LoginView.vue')
- }
- ]
|