odc.xiaohui
2023-05-10 06b7757e3de40b5c380df429a06b859389c80fbc
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>