Commit 86dc1589 authored by tyyin lan's avatar tyyin lan

chore(首页): 剔除联想词换一换更新成功提示

parent 7ba16dcf
<script setup lang="ts">
import { fetchRecommendQuestionList } from '@/apis/home-agent'
import { nanoid } from 'nanoid'
import { computed, ref, nextTick } from 'vue'
import { computed, ref } from 'vue'
import { useI18n } from 'vue-i18n'
import { debounce } from 'lodash-es'
......@@ -52,10 +52,6 @@ const handleRecommendQuestionListUpdate = debounce(
getRecommendQuestionList().then(() => {
loadingCtl.destroy()
nextTick(() => {
window.$message.success(t('common_module.successful_update'))
})
})
},
700,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment