05a9a63c by simon

根节点加参数

1 parent 0ba95efe
......@@ -78,7 +78,7 @@ module.exports = {
navList: [{
name: "Our Products",
// path: "/product/introduction",
path:"/vhis/detail",
path:"/vhis/detail?r=t",
list: [{
name: "VHIS",
path: "/vhis/detail"
......@@ -141,7 +141,7 @@ module.exports = {
},
{
name: "About Us",
path: "/profile",
path: "/profile?r=t",
list: [{
name: "About Ping An (Life) HK",
path: "/profile"
......
......@@ -78,7 +78,7 @@ module.exports = {
navList: [{
name: "產品介紹",
// path: "/product/introduction",
path:"/vhis/detail",
path:"/vhis/detail?r=t",
list: [{
name: "自願醫保計劃",
path: "/vhis/detail"
......@@ -141,7 +141,7 @@ module.exports = {
},
{
name: "關於我們",
path: "/profile",
path: "/profile?r=t",
list: [{
name: "有關平安人壽香港",
path: "/profile"
......
......@@ -79,7 +79,7 @@ module.exports = {
navList: [{
name: "产品介绍",
// path: "/product/introduction",
path: "/vhis/detail",
path: "/vhis/detail?r=t",
list: [{
name: "自愿医保计划",
path: "/vhis/detail"
......@@ -142,7 +142,7 @@ module.exports = {
},
{
name: "关于我们",
path: "/profile",
path: "/profile?r=t",
list: [{
name: "有关平安香港",
path: "/profile"
......