Sign in
简柏林
/
thingskit-view
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
1f241dd5850d6f3fdfc71c26dfec7d833f53c554
Authored by
fengwotao
2023-06-05 14:15:27 +0800
1 parent
47b08c25
perf(views/chart): 拆分主页面左上角保存内容和缩略图
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/chart/hooks/external/useRemote.hook.ts
src/views/chart/hooks/external/useRemote.hook.ts
View file @
1f241dd
...
...
@@ -137,6 +137,7 @@ export const useSyncRemote = () => {
137
137
id: fetchRouteParamsLocation(),
138
138
thumbnail: `${uploadRes.fileStaticUri}`
139
139
})
140
+
window['$message'].success('保存缩略图成功!')
140
141
}
141
142
}
142
143
})
...
...