Commit ee6d392e by 郑艺斌

fix: 修复无请求状态跳转地址

parent a4bb2538
......@@ -36,7 +36,7 @@ const mainRoutes = {
path: "/",
component: _import("main"),
name: "main",
redirect: { name: "home" },
redirect: { name: "404" },
meta: { title: "整体布局" },
children: [
{
......
......@@ -18,7 +18,7 @@ export default {
// 主入口标签页
// mainTabs: [{ name: "home", title: "首页", fullPath: "/home" }],
mainTabs: [],
mainTabsActiveName: "home",
// mainTabsActiveName: "home",
// 当前选中的top menu的index
topMenuActiveIndex: "0",
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment