@ -44,9 +44,7 @@ export const pageRoutes = [
{
path: "/indexWork",
name: "indexWork",
redirect: {
path: "/main/lingshan-home-index",
},
component: () => import("@/views/pages/index"),
];
@ -43,9 +43,9 @@
mode="horizontal"
class="aui-navbar__menu mr-auto z-div"
>
<!-- <el-menu-item @click="toIndexPage">
<el-menu-item @click="toIndexPage">
<span>首页</span>
</el-menu-item> -->
</el-menu-item>
<el-menu-item
v-show="menu.showFlag==1"
@ -162,7 +162,7 @@ export default {
location.href = href;
} else {
localStorage.removeItem("thePageAtExit");
this.$router.replace({ path: "/main/shequ-index" });
this.$router.replace({ name: "indexWork" });
}
// 获取公钥