feat : 优化文件上传 优化一体机体验

This commit is contained in:
2025-12-18 18:53:16 +08:00
parent 284d696b25
commit bb67e9ba12
11 changed files with 919 additions and 369 deletions

View File

@@ -84,6 +84,8 @@ const useLocationStore = defineStore("location", () => {
latitudeVal
}
},{
unistorage: true,
})
export default useLocationStore;