mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-10 08:57:10 +08:00
fix: 修复部分路由错误
This commit is contained in:
@@ -35,7 +35,6 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
name: 'Home',
|
||||
component: Layout,
|
||||
redirect: '/home',
|
||||
meta: { hidden: false },
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user