no message

This commit is contained in:
A1300399510
2024-01-09 14:18:28 +08:00
parent e3a22c1d7c
commit 46af762ab6
9 changed files with 20 additions and 28 deletions

View File

@@ -87,6 +87,7 @@ api.index().then(res => {
store.state.wechat = res.data.wechat
store.state.apartment = res.data.config.apartment
store.state.schoolList = res.data.schoolList
store.state.advData = res.data.adv
}).finally(() => {
app.mount('#app')
})