diff --git a/src/router/modules/home.ts b/src/router/modules/home.ts index b51457b..f276b0a 100644 --- a/src/router/modules/home.ts +++ b/src/router/modules/home.ts @@ -5,22 +5,14 @@ export default { path: "/", name: "Home", component: Layout, - redirect: "/dashboard", + redirect: "/dashboard2", meta: { icon: "homeFilled", title: "首页", rank: 0 }, children: [ - { - path: "/dashboard", - name: "dashboard", - component: () => import("@/views/dashboard/dashboard.vue"), - meta: { - title: "评级看板", - showLink: VITE_HIDE_HOME === "true" ? false : true - } - }, + { path: "/dashboard2", name: "dashboard2", @@ -30,6 +22,15 @@ export default { showLink: VITE_HIDE_HOME === "true" ? false : true } }, + { + path: "/dashboard", + name: "dashboard", + component: () => import("@/views/dashboard/dashboard.vue"), + meta: { + title: "评级看板", + showLink: VITE_HIDE_HOME === "true" ? false : true + } + }, // { // path: "/customEditTable", // name: "customEditTable", diff --git a/src/style/reset.scss b/src/style/reset.scss index 2517030..fee7ebc 100644 --- a/src/style/reset.scss +++ b/src/style/reset.scss @@ -28,7 +28,7 @@ body { font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; line-height: inherit; - font-weight: bold; + //font-weight: bold; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility;