<img
        :src="$store.getters.systemLogo"
        class="logo-icon"
        alt="logo icon"
      />

this.$store.dispatch("systemLogo", this.$store.getters.systemLogo);
  return JSON.parse(JSON.stringify(this.$store.getters.config));
文档更新时间: 2021-09-27 09:14   作者:admin