@@ -1,3 +1,4 @@
## 注意事项
1. `git config core.ignorecase false` 让 git 区别大小写。
+2. 合并 commit 使用`git rebase -i commit-id`,后强制提交`git push -f origin dev`
@@ -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' }}>
@@ -247,8 +247,6 @@ const Process: React.FC = props => {
- console.log('1111')
<PageContainer title={false}>
<div className="h-full w-full flex flex-row">