| public/favicon.png | patch | view | raw | blame | history | |
| src/page/index/top/index.vue | ●●●●● patch | view | raw | blame | history | |
| src/page/index/top/top-theme.vue | ●●●●● patch | view | raw | blame | history |
public/favicon.pngsrc/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); },