mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 00:45:54 +08:00
增加可链接外部页面
This commit is contained in:
@@ -307,5 +307,14 @@ export const page500 = {
|
||||
component: () => import("@/views/error-page/500.vue")
|
||||
};
|
||||
|
||||
export const externalLink = {
|
||||
path: "/external-link",
|
||||
meta: {
|
||||
title: "外部链接"
|
||||
},
|
||||
name: "external-link",
|
||||
component: () => import("@/views/external-link/index.vue")
|
||||
};
|
||||
|
||||
// 所有上面定义的路由都要写在下面的routers里
|
||||
export const routers = [loginRouter, otherRouter, page500, page403];
|
||||
export const routers = [loginRouter, otherRouter, page500, page403, externalLink];
|
||||
|
||||
Reference in New Issue
Block a user