no message

This commit is contained in:
A1300399510
2023-09-22 19:21:43 +08:00
parent 754a2c8f46
commit 27bb74295d
4 changed files with 66 additions and 5 deletions

View File

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