doum
2026-03-13 a19094c8f57315c69401219cfb3b5139dde722ba
admin/src/views/login.vue
@@ -110,11 +110,11 @@
    const isRemPsd = localStorage.getItem('isRemPsd') || false
    this.isRemPsd = JSON.parse(isRemPsd)
    this.refreshCaptcha()
    this.getSystemConfig()
    this.getSystemConfigDo()
  },
  methods: {
    ...mapMutations(['setUserInfo', 'setSysconfig']),
    getSystemConfig () {
    getSystemConfigDo () {
      getSystemConfig()
        .then((res) => {
          if (res && res.subtitle) {