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.

153 lines
2.8 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/card/loading",
"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"
}
}
},
{
"path": "pages/takeaway/index",
"style": {
"navigationBarTitleText": "点餐"
}
},
{
"path": "pages/takeaway/orderAndSettlement/index",
"style": {
"navigationBarTitleText": "点餐"
}
},
{
"path": "pages/takeaway/orderAndSettlement/edit",
"style": {
"navigationBarTitleText": "点餐"
}
}
],
"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",
"height": "0px",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/my/my",
"text": "我的"
}
]
}
}