Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-fe
Commits
86dc1589
Commit
86dc1589
authored
Oct 25, 2024
by
tyyin lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(首页): 剔除联想词换一换更新成功提示
parent
7ba16dcf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
agent-about.vue
src/views/home/components/agent-about.vue
+1
-5
No files found.
src/views/home/components/agent-about.vue
View file @
86dc1589
<
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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment