添加模板页
This commit is contained in:
33
pages.json
33
pages.json
@@ -11,6 +11,12 @@
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/index/template",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%模板%"
|
||||
}
|
||||
}
|
||||
],
|
||||
"subPackages": [
|
||||
@@ -20,19 +26,19 @@
|
||||
{
|
||||
"path": "index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%page.设置%"
|
||||
"navigationBarTitleText": "%设置%"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "general",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%page.通用设置%"
|
||||
"navigationBarTitleText": "%通用设置%"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "notice",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%page.通知设置%"
|
||||
"navigationBarTitleText": "%通知设置%"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -44,7 +50,7 @@
|
||||
{
|
||||
"path": "cs",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%page.联系客服%"
|
||||
"navigationBarTitleText": "%联系客服%"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -55,7 +61,7 @@
|
||||
{
|
||||
"path": "edit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%page.编辑资料%"
|
||||
"navigationBarTitleText": "%编辑资料%"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -413,6 +419,17 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "pages/template",
|
||||
"pages": [
|
||||
{
|
||||
"path": "shop/goods-category",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%商品分类%"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
@@ -436,6 +453,12 @@
|
||||
"selectedIconPath": "/static/icon/tabbar/home2.png",
|
||||
"text": "%首页%"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/index/template",
|
||||
"iconPath": "/static/icon/tabbar/template.png",
|
||||
"selectedIconPath": "/static/icon/tabbar/template2.png",
|
||||
"text": "%模板%"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/index/my",
|
||||
"iconPath": "/static/icon/tabbar/my.png",
|
||||
|
||||
Reference in New Issue
Block a user