Commit ca0f8549 by Jianli Ou

跨境业务办理专区 页面跳转处理

首页公告提示处理
parent 51b264f4
...@@ -464,7 +464,7 @@ export const nav = [ ...@@ -464,7 +464,7 @@ export const nav = [
{ name: "收费目录清单" }, { name: "收费目录清单" },
], ],
}, },
{ {
id: uuid("gs_nav"), id: uuid("gs_nav"),
name: "条码公告", name: "条码公告",
...@@ -667,7 +667,7 @@ export const nav = [ ...@@ -667,7 +667,7 @@ export const nav = [
name: "GS1 UDI专区 一站式服务", name: "GS1 UDI专区 一站式服务",
index: 2, index: 2,
link: "https://v4.gds.org.cn/#/udi/anccOpen", link: "https://v4.gds.org.cn/#/udi/anccOpen",
}, },
], ],
}, },
...@@ -676,7 +676,7 @@ export const nav = [ ...@@ -676,7 +676,7 @@ export const nav = [
name: "办理其他业务", name: "办理其他业务",
nameInHeaderNav: "跨境业务办理专区", nameInHeaderNav: "跨境业务办理专区",
index: 2, index: 2,
link: "", link: "/Business/applyGLN",
style: { flex: '1 0 auto' }, style: { flex: '1 0 auto' },
breadcrumb: [{ name: "业务大厅", path: "/Business" }, { name: "跨境业务办理专区" }], breadcrumb: [{ name: "业务大厅", path: "/Business" }, { name: "跨境业务办理专区" }],
children: [ children: [
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<div class="notice-nr-kj"> <div class="notice-nr-kj">
<p class="notice-note"> <p class="notice-note">
<!-- 为切实减轻企业负担,中国物品编码中心研究决定自2023年4月1日至2023年9月30日,继续执行疫情期间阶段性条码服务费优惠措施。 --> <!-- 为切实减轻企业负担,中国物品编码中心研究决定自2023年4月1日至2023年9月30日,继续执行疫情期间阶段性条码服务费优惠措施。 -->
因业务系统于2024年7月27日9:00-17:00进行维护,期间网上大厅、编码APP、网上大厅小程序暂停办理业务。 因业务系统于2024年10月13日9:00-17:00进行维护,期间网上业务大厅、编码APP、网上业务大厅小程序暂停办理业务。
</p> </p>
<!-- <p class="notice-note">优惠收费标准如下:</p> <!-- <p class="notice-note">优惠收费标准如下:</p>
<div class="notice-cont"> <div class="notice-cont">
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<span @click="handelJump" >点击查看原收费标准</span> <span @click="handelJump" >点击查看原收费标准</span>
</div> --> </div> -->
<div class="notice-note" style="text-align: right"> <div class="notice-note" style="text-align: right">
<br />2024年7月26 <br />2024年10月12
</div> </div>
</div> </div>
</div> </div>
...@@ -115,7 +115,7 @@ export default { ...@@ -115,7 +115,7 @@ export default {
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
z-index: 999; z-index: 999;
&.mask { &.mask {
background: rgba(0, 0, 0, 0.7); background: rgba(0, 0, 0, 0.7);
} }
...@@ -243,4 +243,4 @@ export default { ...@@ -243,4 +243,4 @@ export default {
} }
} }
} }
</style> </style>
\ No newline at end of file
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