优化细节
This commit is contained in:
20
pages.json
20
pages.json
@@ -15,7 +15,7 @@
|
||||
{
|
||||
"path": "pages/index/template",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%模板%"
|
||||
"navigationBarTitleText": "模板"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -26,19 +26,19 @@
|
||||
{
|
||||
"path": "index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%设置%"
|
||||
"navigationBarTitleText": "设置"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "general",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%通用设置%"
|
||||
"navigationBarTitleText": "通用设置"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "notice",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%通知设置%"
|
||||
"navigationBarTitleText": "通知设置"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -50,7 +50,7 @@
|
||||
{
|
||||
"path": "cs",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%联系客服%"
|
||||
"navigationBarTitleText": "联系客服"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -61,7 +61,7 @@
|
||||
{
|
||||
"path": "edit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%编辑资料%"
|
||||
"navigationBarTitleText": "编辑资料"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -432,7 +432,7 @@
|
||||
{
|
||||
"path": "shop/goods-category",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%商品分类%"
|
||||
"navigationBarTitleText": "商品分类"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -463,19 +463,19 @@
|
||||
"pagePath": "pages/index/home",
|
||||
"iconPath": "/static/icon/tabbar/home.png",
|
||||
"selectedIconPath": "/static/icon/tabbar/home2.png",
|
||||
"text": "%首页%"
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/index/template",
|
||||
"iconPath": "/static/icon/tabbar/template.png",
|
||||
"selectedIconPath": "/static/icon/tabbar/template2.png",
|
||||
"text": "%模板%"
|
||||
"text": "模板"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/index/my",
|
||||
"iconPath": "/static/icon/tabbar/my.png",
|
||||
"selectedIconPath": "/static/icon/tabbar/my2.png",
|
||||
"text": "%我的%"
|
||||
"text": "我的"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user