瀏覽代碼

docs: update readme.md

lanjianrong 2 年之前
父節點
當前提交
9be8c4aa73
共有 3 個文件被更改,包括 1 次插入4 次删除
  1. 1 0
      README.md
  2. 0 2
      src/pages/Business/Process/components/LeftMenu/index.tsx
  3. 0 2
      src/pages/Business/Process/index.tsx

+ 1 - 0
README.md

@@ -1,3 +1,4 @@
 ## 注意事项
 
 1. `git config core.ignorecase false` 让 git 区别大小写。
+2. 合并 commit 使用`git rebase -i commit-id`,后强制提交`git push -f origin dev`

+ 0 - 2
src/pages/Business/Process/components/LeftMenu/index.tsx

@@ -9,8 +9,6 @@ type LeftMenuProps = {
   value: string
 }
 
-console.log('111')
-
 const LeftMenu: React.FC<LeftMenuProps> = ({ title = '流程用户设置', options, onChange, value }) => {
   return (
     <div className="w-216px rounded-20px" style={{ height: 'calc(100vh - 122px)', background: '#ffffff' }}>

+ 0 - 2
src/pages/Business/Process/index.tsx

@@ -247,8 +247,6 @@ const Process: React.FC = props => {
     }
   }
 
-  console.log('1111')
-
   return (
     <PageContainer title={false}>
       <div className="h-full w-full flex flex-row">