lex 1 năm trước cách đây
mục cha
commit
9bd1d1b666
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/components/layout/index.tsx

+ 2 - 2
src/components/layout/index.tsx

@@ -682,13 +682,13 @@ export default defineComponent({
               </div>
               <div
                 class={styles.booxToolItem}
-                onClick={() => startShowModal('iconWhiteBorad')}>
+                onClick={() => startShowModal('iconPen')}>
                 <img src={iconWhiteBorad} alt="" />
                 批注
               </div>
               <div
                 class={styles.booxToolItem}
-                onClick={() => startShowModal('iconPen')}>
+                onClick={() => startShowModal('iconWhiteBorad')}>
                 <img src={iconPen} alt="" />
                 白板
               </div>