Commit ee6d392e by 郑艺斌

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

parent a4bb2538
...@@ -36,7 +36,7 @@ const mainRoutes = { ...@@ -36,7 +36,7 @@ const mainRoutes = {
path: "/", path: "/",
component: _import("main"), component: _import("main"),
name: "main", name: "main",
redirect: { name: "home" }, redirect: { name: "404" },
meta: { title: "整体布局" }, meta: { title: "整体布局" },
children: [ children: [
{ {
......
...@@ -18,7 +18,7 @@ export default { ...@@ -18,7 +18,7 @@ export default {
// 主入口标签页 // 主入口标签页
// mainTabs: [{ name: "home", title: "首页", fullPath: "/home" }], // mainTabs: [{ name: "home", title: "首页", fullPath: "/home" }],
mainTabs: [], mainTabs: [],
mainTabsActiveName: "home", // mainTabsActiveName: "home",
// 当前选中的top menu的index // 当前选中的top menu的index
topMenuActiveIndex: "0", 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