所属者选择更新样式
This commit is contained in:
parent
8eb5ee2320
commit
dfc13a8b88
@ -988,6 +988,21 @@ export default function Index() {
|
||||
|
||||
}, []);
|
||||
useEffect(() => {
|
||||
// loactionStorage里的activeMenu
|
||||
if (location.pathname == '/') {
|
||||
nav('/home', {
|
||||
state: {
|
||||
keyword: keywords,
|
||||
type: type,
|
||||
chargeAdditionals: chargeAdditionals,
|
||||
tagDataId: tagDataId,
|
||||
authorId: authorId,
|
||||
payStatus: payStatus,
|
||||
projRemindId: projRemindId,
|
||||
// tagNot
|
||||
}
|
||||
})
|
||||
}
|
||||
if (location.pathname.includes('/home')) {
|
||||
nav('/home', {
|
||||
state: {
|
||||
@ -1522,7 +1537,8 @@ export default function Index() {
|
||||
overflow: 'hidden',
|
||||
textOverflow: 'ellipsis',
|
||||
whiteSpace: 'nowrap',
|
||||
}}></Input>
|
||||
}}
|
||||
></Input>
|
||||
<div
|
||||
title={authorName}
|
||||
style={{
|
||||
|
Loading…
Reference in New Issue
Block a user