05a9a63c by simon

根节点加参数

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