解决【key批次】新增key批次,路由会跳到兑换码管理上
This commit is contained in:
parent
b5ac3c6d75
commit
9c55a9da0f
|
@ -278,7 +278,7 @@ export default class App extends Component {
|
|||
item = activeMenuList.filter((item) => item.id == 16);
|
||||
this.setState({ setrender: 3 });
|
||||
}
|
||||
if (pathnameNow.includes("exchangecode")) {
|
||||
if (pathnameNow.includes("exchangecode")&&!pathnameNow.includes("exchangecode-add")) {
|
||||
item = activeMenuList.filter((item) => item.id == 17);
|
||||
this.setState({ setrender: 4 });
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue