Commit f48827a6 by Lyan

面包屑处理

parent 10e13673
......@@ -232,7 +232,12 @@ export default {
if (returnCode === "0") {
let matche = this.matcheList.filter((item) => item.classid ===data.classid)[0];
if(typeof(matche)==='undefined'){
matche = []
matche = [
{
name: "深度专题",
path: "/News/DepthTopics",
}
]
}
this.setMatche(matche);
this.content = data.content;
......@@ -340,10 +345,14 @@ export default {
}
}
.msg-text {
p{
img{
margin-left: -28px;
max-width: 100%;
}
}
}
}
</style>
<style lang="scss" scoped>
......
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