上饶市警务平台后台管理前端
zengh
2022-11-14 efc3cf45547abbd95b2142fa9d978e5e012cb0e8
样式修改
4 files modified
1 files added
21 ■■■■■ changed files
public/icon.png patch | view | raw | blame | history
public/index.html 2 ●●● patch | view | raw | blame | history
src/config/website.js 2 ●●● patch | view | raw | blame | history
src/lang/zh.js 2 ●●● patch | view | raw | blame | history
src/page/index/logo.vue 15 ●●●●● patch | view | raw | blame | history
public/icon.png
public/index.html
@@ -18,7 +18,7 @@
  <link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/2.9.12/index.css">
  <script src="<%= BASE_URL %>cdn/xlsx/FileSaver.min.js"></script>
  <script src="<%= BASE_URL %>cdn/xlsx/xlsx.full.min.js"></script>
  <link rel="icon" href="<%= BASE_URL %>favicon.png">
  <link rel="icon" href="<%= BASE_URL %>icon.png">
  <title>Saber企业平台</title>
  <style>
    html,
src/config/website.js
@@ -8,7 +8,7 @@
  indexTitle: '上饶市警务平台后台管理',
  clientId: 'saber', // 客户端id
  clientSecret: 'saber_secret', // 客户端密钥
  tenantMode: true, // 是否开启租户模式
  tenantMode: false, // 是否开启租户模式
  tenantId: "000000", // 管理组租户编号
  captchaMode: false, // 是否开启验证码模式
  switchMode: false, // 是否开启部门切换模式
src/lang/zh.js
@@ -1,5 +1,5 @@
export default {
  title: 'Saber企业管理平台',
  title: '上饶市警务平台后台管理',
  logoutTip: '退出系统, 是否继续?',
  submitText: '确定',
  cancelText: '取消',
src/page/index/logo.vue
@@ -1,11 +1,11 @@
<template>
  <div class="avue-logo">
    <transition name="fade">
      <span v-if="keyCollapse"
      <div v-if="keyCollapse"
            class="avue-logo_subtitle"
            key="0">
        {{website.logo}}
      </span>
        <img src="/icon.png" style="width: 30px;">
      </div>
    </transition>
    <transition-group name="fade">
      <template v-if="!keyCollapse">
@@ -63,11 +63,16 @@
    font-size: 20px;
  }
  &_subtitle {
    display: block;
    display: flex;
    height: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    img{
      margin: auto;
    }
  }
}
</style>
</style>