Browse Source

登录后展示页面

kersd
李素 1 year ago
parent
commit
4f88b3ff61
  1. 5
      src/router/index.js

5
src/router/index.js

@ -89,7 +89,8 @@ export const moduleRoutes = {
component: () => import("@/views/main"),
name: "main",
redirect: {
path: "/main/shequ-index",
// path: "/main/shequ-index",
path: "/main/base-resi",
},
meta: {
title: "主入口布局",
@ -110,7 +111,6 @@ export const moduleRoutes = {
name: "unopen",
meta: {
title: "未开放功能",
isTab: true,
},
},
{
@ -125,7 +125,6 @@ export const moduleRoutes = {
},
],
};
// pc端菜单的 如果没有配置 默认的 或者配置了默认的 但没有权限 默认选中第一
function cookApiDataItem(item) {
function n2one(v) {

Loading…
Cancel
Save