From 626cabe8772d16c02584c8b324dd7c45e23002a6 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123456 <zxx19900626> Date: 星期四, 14 四月 2022 17:36:12 +0800 Subject: [PATCH] 登录接口 --- src/pages/components/showIndexTitle.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/components/showIndexTitle.vue b/src/pages/components/showIndexTitle.vue index 538926a..1967fec 100644 --- a/src/pages/components/showIndexTitle.vue +++ b/src/pages/components/showIndexTitle.vue @@ -28,12 +28,12 @@ <h1>浜轰簨浜烘墠</h1> </div> </el-menu-item> - <el-menu-item> + <el-menu-item index="/laborRelations"> <div class="showIndex-block"> <h1>鍔冲姩鍏崇郴</h1> </div> </el-menu-item> - <el-menu-item> + <el-menu-item index="/otherBusiness"> <div class="showIndex-block"> <h1>鍏跺畠涓氬姟</h1> </div> -- Gitblit v1.9.1