zzw
2023-11-17 d33e687ff5b3fdb50e3dccf50e3a276baf2e6c5c
web/src/views/pages/login.vue
@@ -138,7 +138,7 @@
        this.$refs['changePassword'].$refs['dialog'].init()
      },
      async kwReplacement() {
        let res = await this.$http.get(`/sys/keyword/replacement`)
        let res = await this.$http.get(`sys/dict/type/getDictMap`,{params:{dictType:"key_word"}})
        if (res.data != null) {
          this.$store.state.word = res.data
        }