Browse Source

docs: update readme.md

lanjianrong 2 years ago
parent
commit
9be8c4aa73

+ 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">