Browse Source

fix(debug): remove debugger

lind 3 năm trước cách đây
mục cha
commit
4c0ddda409
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/pages/system/Role/index.tsx

+ 0 - 1
src/pages/system/Role/index.tsx

@@ -197,7 +197,6 @@ const Role: React.FC = observer(() => {
       CurdModel.add();
     }
     const subscription = Store.subscribe(SystemConst.BASE_UPDATE_DATA, (data) => {
-      debugger;
       console.log('订阅数据');
       if ((window as any).onTabSaveSuccess) {
         (window as any).onTabSaveSuccess(data);