fix:修复营销系统模板中心面包屑错乱bug
This commit is contained in:
parent
b2e2ecab2b
commit
2a4229e53a
|
@ -161,7 +161,7 @@ export default class App extends Component {
|
||||||
this.setState({ setrender: 4 })
|
this.setState({ setrender: 4 })
|
||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
pathnameNow.includes('exchangepage') ||
|
pathnameNow.includes('exchangepage') || pathnameNow.includes('mytempMould') ||
|
||||||
pathnameNow.includes('edittemplate') ||
|
pathnameNow.includes('edittemplate') ||
|
||||||
pathnameNow.includes('myexchangetemplate')
|
pathnameNow.includes('myexchangetemplate')
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in New Issue