|
@@ -116,14 +116,15 @@ function A2business() {
|
|
|
</div>
|
|
|
<div className='A2ll1_2'>
|
|
|
<Button onClick={() => setEditUser(true)}>编辑个人资料</Button> 
|
|
|
- {isDing ? (
|
|
|
- <MyPopconfirm
|
|
|
- txtK='退出登录'
|
|
|
- onConfirm={loginExit}
|
|
|
- Dom={<Button>退出登录(测试专用)</Button>}
|
|
|
- loc='bottom'
|
|
|
- />
|
|
|
- ) : (
|
|
|
+ {isDing ? // (
|
|
|
+ // <MyPopconfirm
|
|
|
+ // txtK='退出登录'
|
|
|
+ // onConfirm={loginExit}
|
|
|
+ // Dom={<Button>退出登录(测试专用)</Button>}
|
|
|
+ // loc='bottom'
|
|
|
+ // />
|
|
|
+ // )
|
|
|
+ null : (
|
|
|
<>
|
|
|
<Button
|
|
|
onClick={() => store.dispatch({ type: 'layout/passEditShow', payload: true })}
|