odc.xiaohui
2023-04-14 15fccc0a1fedf1244516b108a4dc8a8acdfa3c7c
src/views/Home.vue
@@ -82,6 +82,12 @@
                <span>公共宣传</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>