chenyc
2025-08-26 f87db8007e5544e0f2eda657d09fc35a175428a9
src/router/index.ts
@@ -8,6 +8,7 @@
import { Session } from '@/utils/storage'
const routes: Array<RouteRecordRaw> = [
    { path: '/HomeLoading', name: 'HomeLoading', component: () => import('views/HomeLoading/index.vue'),meta:{title:'胜透服务'}},
    { path: '/login', name: 'login', component: () => import('views/login/index.vue'),meta:{title:'登录'}},
    { path: '/', name: 'Home', component: () => import('views/home/index.vue'),meta:{title:'首页'}},
    { path: '/my', name: 'myMine', component: () => import('views/myMine/index.vue'),meta:{title:'我的'}},