From 15fccc0a1fedf1244516b108a4dc8a8acdfa3c7c Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期五, 14 四月 2023 17:14:02 +0800 Subject: [PATCH] 修改警方公告 --- src/views/Home.vue | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index dcd2b0d..d56267c 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -82,6 +82,12 @@ <span>鍏叡瀹d紶</span> </template> </el-menu-item> + <el-menu-item index="/announcement"> + <template slot="title"> + <i class="el-icon-menu"></i> + <span>璀︽柟鍏憡</span> + </template> + </el-menu-item> <el-menu-item index="/question"> <template slot="title"> <i class="el-icon-menu"></i> @@ -118,8 +124,9 @@ <!-- 鍙充晶鍐呭涓婚 --> <el-main style="background-color: #F5FAFF"> <router-view></router-view> +<!-- <div style="position: absolute;bottom: 0;right: 50%;color: #ccc">褰撳墠鐗堟湰 v2.1.3</div>--> </el-main> - <div style="position: absolute;bottom: 0;right: 50%;color: #ccc">褰撳墠鐗堟湰 v2.1.3</div> + </el-container> </el-container> </template> -- Gitblit v1.8.0