flat: 暂存
This commit is contained in:
@@ -61,8 +61,6 @@ const useLocationStore = defineStore("location", () => {
|
||||
// 导入
|
||||
return {
|
||||
getLocation,
|
||||
longitude,
|
||||
latitude,
|
||||
longitudeVal,
|
||||
latitudeVal
|
||||
|
||||
|
@@ -11,6 +11,8 @@ import {
|
||||
msg,
|
||||
$api,
|
||||
} from '../common/globalFunction';
|
||||
|
||||
// 控制消息
|
||||
export const useReadMsg = defineStore('readMsg', () => {
|
||||
const msgList = ref([])
|
||||
|
||||
|
Reference in New Issue
Block a user