feat:完善首页功能
This commit is contained in:
@@ -170,7 +170,11 @@
|
||||
watch(
|
||||
() => homeStore?.baiduMapData,
|
||||
(val) => {
|
||||
if (val) init(val)
|
||||
if (val) {
|
||||
setTimeout(() => {
|
||||
init(val)
|
||||
}, 1000)
|
||||
}
|
||||
},
|
||||
{ immediate: true }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user