Commit 1f241dd5850d6f3fdfc71c26dfec7d833f53c554
1 parent
47b08c25
perf(views/chart): 拆分主页面左上角保存内容和缩略图
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -137,6 +137,7 @@ export const useSyncRemote = () => { | @@ -137,6 +137,7 @@ export const useSyncRemote = () => { | ||
137 | id: fetchRouteParamsLocation(), | 137 | id: fetchRouteParamsLocation(), |
138 | thumbnail: `${uploadRes.fileStaticUri}` | 138 | thumbnail: `${uploadRes.fileStaticUri}` |
139 | }) | 139 | }) |
140 | + window['$message'].success('保存缩略图成功!') | ||
140 | } | 141 | } |
141 | } | 142 | } |
142 | }) | 143 | }) |