refactor(app.ts): 删除打印日志
This commit is contained in:
@@ -30,7 +30,6 @@ export const useAppStore = defineStore({
|
||||
this.sidebar.withoutAnimation = withoutAnimation
|
||||
},
|
||||
toggleDevice( device:any) {
|
||||
console.log('TOGGLE_DEVICE',device)
|
||||
this.device = device
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user