home加载设置默认值为true

This commit is contained in:
X1627315083
2025-12-18 13:52:27 +08:00
parent 7da3dcb0d7
commit 7fbd721512

View File

@@ -13,7 +13,7 @@ export interface RootState{
export default createStore<RootState>({
state: {
loading: false,
loading: true,
view_loading: false,
},
getters: {