Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
05a9a63c
authored
2020-06-05 17:10:42 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
根节点加参数
1 parent
0ba95efe
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
src/common/lang/en.js
src/common/lang/tc.js
src/common/lang/zh.js
src/common/lang/en.js
View file @
05a9a63
...
...
@@ -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"
...
...
src/common/lang/tc.js
View file @
05a9a63
...
...
@@ -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"
...
...
src/common/lang/zh.js
View file @
05a9a63
...
...
@@ -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"
...
...
Please
register
or
sign in
to post a comment