feat:对接景区接口
This commit is contained in:
@@ -46,10 +46,9 @@ export const useHomeStore = defineStore('home', () => {
|
||||
let wordkOrderList = ref([])
|
||||
// 工单统计
|
||||
let wordkOrderData = ref({
|
||||
toDayData: { count: 15, end: 0, rate: '0.0' },
|
||||
warnData: { count: 15, end: 0, rate: '0.0' }
|
||||
toDayData: { count: 0, end: 0, rate: '0.0' },
|
||||
warnData: { count: 0, end: 0, rate: '0.0' }
|
||||
})
|
||||
|
||||
// 交通信息
|
||||
let trafficInfoData = ref({
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user