mirror of
https://github.com/certd/certd.git
synced 2026-05-15 04:27:31 +08:00
perf: 添加全新的未登录首页和路由配置
- 新增产品介绍页,包含导航、功能展示和页脚 - 修改默认首页路由为/index - 添加点击logo跳转首页功能 - 更新版权信息显示逻辑
This commit is contained in:
@@ -2,6 +2,15 @@ import LayoutOutside from "/src/layout/layout-outside.vue";
|
||||
import Error404 from "/src/views/framework/error/404.vue";
|
||||
const errorPage = [{ path: "/:pathMatch(.*)*", name: "not-found", component: Error404 }];
|
||||
export const outsideResource = [
|
||||
{
|
||||
meta: {
|
||||
title: "首页",
|
||||
isMenu: false,
|
||||
},
|
||||
name: "landing",
|
||||
path: "/",
|
||||
component: "/framework/landing/index.vue",
|
||||
},
|
||||
{
|
||||
title: "outside",
|
||||
name: "outside",
|
||||
|
||||
Reference in New Issue
Block a user