zzw
2023-11-17 ce06cb3e8167151290d68b76b3684ec49e8f31a4
web/src/views/layout/main.vue
@@ -88,7 +88,7 @@
    },
    methods: {
      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
        }