@@ -27,7 +27,6 @@ export const useMainStore = defineStore('main', {
show: false,
position: 'left'
},
- age: 18
sceneInfo: {
boxVideos: '',
@@ -124,6 +123,9 @@ export const useMainStore = defineStore('main', {
//@ts-ignore
this.basicConfig = this.sceneInfo.scrbInfo.baseSetting
}
+ } else {
+ this.aiSetting = []
+ this.navigation = []
return data