Commit 10e13673 by Lyan

详情面包屑修改

parent 0025fadf
......@@ -312,6 +312,11 @@ export default {
<style lang="scss" scoped>
@media screen and(max-width: 723px) {
.row{
display:inline;
}
.status-container{
box-sizing: border-box;
width: 100%!important;
......@@ -340,11 +345,7 @@ export default {
// }
.row{
>div{
padding:0 12px!important;
}
}
.ds{
.list-style{
width: 80%!important;
......
......@@ -2,6 +2,11 @@
<div class="guide">
<div class="guide-msg container">
<div class="msg-cont">
<Title :father="zdsxTitle6"></Title>
<ul class="glwh">
<li><a :href="`${urlDown}/office/uploadFileResource/upload/GS1通用规范V18.pdf`" target="_blank">中文版</a></li>
<li><a href="https://www.gs1.org/standards/barcodes-epcrfid-id-keys/gs1-general-specifications" target="_blank">英文版</a></li>
</ul>
<Title :father="zdsxTitle"></Title>
<div>
<ul>
......@@ -84,8 +89,15 @@ export default {
name: "商品条码及应用",
ico: "",
},
zdsxTitle6: {
name: "GS1通用规范",
ico: "",
},
};
},
created(){
this.urlDown = process.env.VUE_APP_HOST_URL;
}
};
</script>
<style lang="scss" scoped>
......
......@@ -7,8 +7,8 @@
<b>{{ title }}</b>
</p>
<p>
<span style="float: left">作者{{ author }}</span>
<span style="float: right">日期{{ showtime }}</span>
<span style="float: left">作者{{ author }}</span>
<span style="float: right">日期{{ showtime }}</span>
</p>
</div>
......
......@@ -198,6 +198,16 @@ export default {
name: "标准科研动态",
path: "/News/Research",
},
{
classid:30,
name: "其他",
path: "/News/Other",
},
{
classid:35,
name: "深度专题",
path: "/News/DepthTopics",
},
]
};
......@@ -222,10 +232,7 @@ export default {
if (returnCode === "0") {
let matche = this.matcheList.filter((item) => item.classid ===data.classid)[0];
if(typeof(matche)==='undefined'){
matche = [{
name:'资讯中心',
path:'/News/index'
}]
matche = []
}
this.setMatche(matche);
this.content = data.content;
......
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