9c776bb3 by simon

产品介绍跳vhis页

1 parent 3adfc471
......@@ -74,7 +74,8 @@ module.exports = {
},
navList: [{
name: "Our Products",
path: "/product/introduction",
// path: "/product/introduction",
path:"/vhis/detail",
list: [{
name: "VHIS",
path: "/vhis/detail"
......
......@@ -75,7 +75,8 @@ module.exports = {
},
navList: [{
name: "產品介紹",
path: "/product/introduction",
// path: "/product/introduction",
path:"/vhis/detail",
list: [{
name: "自願醫保計劃",
path: "/vhis/detail"
......
......@@ -75,7 +75,8 @@ module.exports = {
},
navList: [{
name: "产品介绍",
path: "/product/introduction",
// path: "/product/introduction",
path:"/vhis/detail",
list: [{
name: "自愿医保计划",
path: "/vhis/detail"
......
......@@ -168,7 +168,6 @@ export default {
if (this.policyDetail.activeDate) {
let ymds = this.policyDetail.activeDate.split(" ")[0].split("-");
this.policyDetail.ymd1 = ymds[0];
this.policyDetail.ymd2 = ymds[1];
this.policyDetail.ymd3 = ymds[2];
......