release: update 3.9.0

This commit is contained in:
xiaoxian521
2022-11-30 16:33:46 +08:00
parent bbe23ce0a2
commit 2b67efe771
33 changed files with 143 additions and 145 deletions

View File

@@ -1,8 +1,10 @@
import InformationLine from "@iconify-icons/ri/information-line";
export default {
path: "/error",
redirect: "/error/403",
meta: {
icon: "information-line",
icon: InformationLine,
title: "异常页面",
rank: 9
},

View File

@@ -1,4 +1,5 @@
const Layout = () => import("@/layout/index.vue");
import HomeFilled from "@iconify-icons/ep/home-filled";
export default {
path: "/",
@@ -6,7 +7,7 @@ export default {
component: Layout,
redirect: "/welcome",
meta: {
icon: "home-filled",
icon: HomeFilled,
title: "首页",
rank: 0
},

View File

@@ -1,4 +1,5 @@
const Layout = () => import("@/layout/index.vue");
import HomeFilled from "@iconify-icons/ep/home-filled";
export default [
{
@@ -15,7 +16,7 @@ export default [
path: "/redirect",
component: Layout,
meta: {
icon: "home-filled",
icon: HomeFilled,
title: "首页",
showLink: false,
rank: 104