Commit 9a100e33 by Lyan

禅道bug修改

parent 9391bd3b
...@@ -308,7 +308,7 @@ ...@@ -308,7 +308,7 @@
id="image" id="image"
lazy lazy
fit="scale-down" fit="scale-down"
style="width: 90%; margin:0 5%" style="width: 10px;height:10px;opacity:0"
:src="imagePreview.url" :src="imagePreview.url"
:preview-src-list="imagePreview.srcList"> :preview-src-list="imagePreview.srcList">
</el-image> </el-image>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<SubNav/> <SubNav/>
</div> </div>
<div class="col-lg-9"> <div class="col-lg-9">
<router-view></router-view> <router-view :key="$route.fullPath"></router-view>
</div> </div>
</div> </div>
</div> </div>
...@@ -205,6 +205,7 @@ export default { ...@@ -205,6 +205,7 @@ export default {
name: "企业实名认证变更", name: "企业实名认证变更",
index: 1, index: 1,
link: "/MyManage/admin/check?type=change&status=3", link: "/MyManage/admin/check?type=change&status=3",
}, },
], ],
} }
......
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