flat: 暂存

This commit is contained in:
史典卓
2025-05-16 09:58:21 +08:00
parent 664352dea9
commit 127a75c0a8
4 changed files with 3 additions and 4 deletions

View File

@@ -61,8 +61,6 @@ const useLocationStore = defineStore("location", () => {
// 导入
return {
getLocation,
longitude,
latitude,
longitudeVal,
latitudeVal

View File

@@ -11,6 +11,8 @@ import {
msg,
$api,
} from '../common/globalFunction';
// 控制消息
export const useReadMsg = defineStore('readMsg', () => {
const msgList = ref([])