设置及发表图文页面

This commit is contained in:
橙子
2022-10-10 00:02:13 +08:00
parent f11f5e1ca4
commit 58f85992b0
9 changed files with 251 additions and 38 deletions

View File

@@ -13,8 +13,6 @@ export const constantRoutes = [
component: () => import('@/view/my.vue'),
name: 'My',
},
{
path: '/main',
component: () => import('@/layout/main/index.vue'),
@@ -40,7 +38,16 @@ export const constantRoutes = [
}
]
},
{
path: '/imageText',
component: () => import('@/view/send/imageText.vue'),
name: 'ImageText',
},
{
path: '/login',
component: () => import('@/view/Login.vue'),
name: 'Login',
},
];
const router = createRouter({