智慧保安考试系统
liuyg
2021-08-25 acb21190c546af8c13b2f4ec0f4dae122231f433
标题图片更改
3 files modified
5 ■■■■■ changed files
public/favicon.png patch | view | raw | blame | history
src/page/index/top/index.vue 4 ●●●● patch | view | raw | blame | history
src/page/index/top/top-theme.vue 1 ●●●● patch | view | raw | blame | history
public/favicon.png

src/page/index/top/index.vue
@@ -56,8 +56,8 @@
        :content="$t('navbar.theme')"
        placement="bottom"
      >
        <div class="top-bar__item top-bar__item--show" v-show="false">
          <top-theme v-show="false"></top-theme>
        <div class="top-bar__item top-bar__item--show">
          <top-theme></top-theme>
        </div>
      </el-tooltip>
      <!-- <el-tooltip
src/page/index/top/top-theme.vue
@@ -81,6 +81,7 @@
  },
  watch: {
    text: function (val) {
      var val = "theme-white";
      this.$store.commit("SET_THEME_NAME", val);
      setTheme(val);
    },