Commit 10e13673 by Lyan

详情面包屑修改

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