refactor(app.ts): 删除打印日志

This commit is contained in:
郝先瑞
2022-01-12 00:24:50 +08:00
parent c2cf46bde2
commit aa89c386c5

View File

@@ -30,7 +30,6 @@ export const useAppStore = defineStore({
this.sidebar.withoutAnimation = withoutAnimation
},
toggleDevice( device:any) {
console.log('TOGGLE_DEVICE',device)
this.device = device
}
}