fix: 隐藏文件上传按钮,去除不必要的log打印
This commit is contained in:
@@ -34,11 +34,9 @@ export function useWindowWidthObserver(
|
||||
designStore.setCollapse(false);
|
||||
if (isAbove) {
|
||||
// 大于的时候执行关闭动画 (豆包是有的,第一版本暂未添加)
|
||||
console.log('执行关闭动画');
|
||||
}
|
||||
else {
|
||||
// 小于的时候执行打开动画 (豆包是有的,第一版本暂未添加)
|
||||
console.log('小于的时候执行打开动画');
|
||||
}
|
||||
break;
|
||||
case 'narrowExpandWideCollapse':
|
||||
|
||||
Reference in New Issue
Block a user