Commit ffd769d5 by maolipeng

fix:daondsfkosdv

parent 83adcd86
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
.eidt-main-layout { .eidt-main-layout {
display: flex; display: flex;
.module-list { .module-list {
display: flex;
width: 200px; width: 200px;
height: calc(100vh - 60px); height: calc(100vh - 60px);
background-color: antiquewhite; background-color: antiquewhite;
......
...@@ -118,7 +118,9 @@ class StoreH5Decoration extends React.Component { ...@@ -118,7 +118,9 @@ class StoreH5Decoration extends React.Component {
} }
handleToAddStoreDecoration = () => { handleToAddStoreDecoration = () => {
window.open() window.RCHistory.push({
pathname: '/h5decoredit',
})
const { choosedBannerId } = this.state const { choosedBannerId } = this.state
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment