You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
122 lines
2.2 KiB
JSON
122 lines
2.2 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "首页",
|
|
"enablePullDownRefresh": true,
|
|
"mp-alipay": {
|
|
"transparentTitle": "always",
|
|
"titlePenetrate": "YES"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/card/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "会员卡",
|
|
"enablePullDownRefresh": true,
|
|
"mp-alipay": {
|
|
"transparentTitle": "always",
|
|
"titlePenetrate": "YES"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/my/my",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "我的",
|
|
"enablePullDownRefresh": true,
|
|
"mp-alipay": {
|
|
"transparentTitle": "always",
|
|
"titlePenetrate": "YES"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "subPackages/login",
|
|
"pages": [
|
|
// #ifndef MP
|
|
{
|
|
"path": "reg/index",
|
|
"style": {
|
|
"navigationBarTitleText": "注册"
|
|
}
|
|
},
|
|
{
|
|
"path": "reg/reset",
|
|
"style": {
|
|
"navigationBarTitleText": "找回密码"
|
|
}
|
|
},
|
|
// #endif
|
|
{
|
|
"path": "login/index",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "forgotPassword/index",
|
|
"style": {
|
|
"navigationBarTitleText": "忘记密码"
|
|
}
|
|
},
|
|
{
|
|
"path": "forgotPassword/nuxt",
|
|
"style": {
|
|
"navigationBarTitleText": "忘记密码"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"root": "subPackages/inPersonToPay",
|
|
"pages": [
|
|
{
|
|
"path": "index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "当面付"
|
|
}
|
|
},
|
|
{
|
|
"path": "result/index",
|
|
"style": {
|
|
"navigationBarTitleText": "支付成功"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"backgroundColor": "#ffffff",
|
|
"h5": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
"uniIdRouter": {},
|
|
"tabBar": {
|
|
"color": "#2E2D2D",
|
|
"selectedColor": "#E2231A",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#fff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
}
|
|
} |