Commit edec7f42 authored by 罗林杰's avatar 罗林杰

Merge remote-tracking branch 'origin/master'

parents 3daeffde ac24ef66
......@@ -20,14 +20,14 @@ Object.keys(modules).forEach((key) => {
export const asyncRoutes = [PAGE_NOT_FOUND_ROUTE, ...routeModuleList];
// 根路由
// export const RootRoute: AppRouteRecordRaw = {
// path: '/',
// name: 'Root',
// redirect: PageEnum.BASE_HOME,
// meta: {
// title: 'Root',
// },
// };
export const RootRoute: AppRouteRecordRaw = {
path: '/',
name: 'Root',
redirect: '/homePage/index',
meta: {
title: 'Root',
},
};
export const LoginRoute: AppRouteRecordRaw = {
path: '/login',
......
<template>
首页
<div>通知中心</div>
</template>
<script>
export default {
name: "index"
}
</script>
<style scoped>
<script lang="ts" setup>
</style>
</script>
<template>
通知中心
<div>通知中心</div>
</template>
<script lang="ts" setup>
<script>
export default {
name: "index"
}
</script>
<style scoped>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment