doum
2026-03-13 3e8b9c064414cb539f1773517108da1bd701c8c6
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) {