fix: 修复部分路由错误

This commit is contained in:
2024-06-17 21:16:49 +08:00
parent 71e53b6e40
commit 92e773e621
5 changed files with 23 additions and 19509 deletions

View File

@@ -35,7 +35,6 @@ export const constantRoutes: RouteRecordRaw[] = [
},
{
path: '/',
name: 'Home',
component: Layout,
redirect: '/home',
meta: { hidden: false },

View File

@@ -1,7 +1,7 @@
<template>
<a-card title="公告" :bordered="false" class="gi_card_title">
<template #extra>
<a-link href="/#/system/notice">更多</a-link>
<a-link href="/system/notice">更多</a-link>
</template>
<a-empty v-if="dataList.length === 0">暂无公告</a-empty>
<a-comment