Commit 31b9ed3e by tang

feat: GS1标准服务提供商案例【50%】

服务提供商介【50%】 内部文章应该来自后台
parent 2ff0e419
...@@ -109,6 +109,20 @@ export const service = { ...@@ -109,6 +109,20 @@ export const service = {
name: "GS1标准服务提供商医疗行业案例", name: "GS1标准服务提供商医疗行业案例",
}, },
}, },
{
path: "Partners/Case",
component: () => import("@/views/Service/Partners/case"),
meta: {
name: "GS1标准服务提供商案例",
},
},
{
path: "Partners/content",
component: () => import("@/views/Service/Partners/content"),
meta: {
name: "服务提供商介绍",
},
},
// 标准服务提供商 End // 标准服务提供商 End
{ {
path: "GDS", path: "GDS",
......
<template> <template>
<div class="search-content n-service partners-case">
<div class="body" style="padding-top: 9px;position: relative;">
</div>
</div>
</template> </template>
<script> <script>
export default { export default {
name: "case" created() {
} console.log('TODO QUERY',this.$route.query);
},
mounted() {
// 面包屑单独处理
this.$store.commit("system/SET_BREADCRUMB", [
{name: "服务中心", path: "/Service/BarcodeV"},
{name: "标准服务提供商", path: "/Service/Partners/index"},
{name: "GS1标准服务提供商案例"},
]);
},
methods: {},
};
</script> </script>
<style scoped> <style lang="scss">
.n-service.partners-case {
p {
font-family: PingFangSC-Regular, PingFang SC;
margin: 10px 0;
font-size: 14px;
font-weight: 400;
color: #414345;
text-indent: 2em;
}
}
</style> </style>
...@@ -48,6 +48,7 @@ export default { ...@@ -48,6 +48,7 @@ export default {
} }
.main-list { .main-list {
margin-top: 20px;
padding-left: 40px; padding-left: 40px;
} }
......
<template> <template>
<div class="search-content n-service partners-case">
<div class="body" style="padding-top: 9px;position: relative;">
</div>
</div>
</template> </template>
<script> <script>
export default { export default {
name: "case" created() {
} console.log('TODO QUERY',this.$route.query);
},
mounted() {
// 面包屑单独处理
this.$store.commit("system/SET_BREADCRUMB", [
{name: "服务中心", path: "/Service/BarcodeV"},
{name: "标准服务提供商", path: "/Service/Partners/index"},
{name: "服务提供商介绍"},
]);
},
methods: {},
};
</script> </script>
<style scoped> <style lang="scss">
.n-service.partners-case {
p {
font-family: PingFangSC-Regular, PingFang SC;
margin: 10px 0;
font-size: 14px;
font-weight: 400;
color: #414345;
text-indent: 2em;
}
}
</style> </style>
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