Files: change file's icon come from Google front icon.

This commit is contained in:
chiayin
2023-04-28 09:27:28 +08:00
parent ab8708a597
commit e142787832
3 changed files with 13 additions and 8 deletions

View File

@@ -59,6 +59,7 @@ export default {
this.checkLogin();
},
beforeRouteUpdate(to, from, next) {
// 離開 Discover 頁時判斷是否有無資料和需要存檔
if (from.name === 'Discover' && this.tempFilterId) {
leaveFilter(next, this.allMapDataStore.addFilterId)
} else {