53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"pages": [
|
|
"pages/mainPage/mainPage",
|
|
"pages/login/login",
|
|
"pages/index/index",
|
|
"pages/mine/mineIndex/mine",
|
|
"pages/copyright/createProjectInfo/createProjectInfo",
|
|
"pages/copyright/createBuy/createBuy",
|
|
"pages/copyright/payment/payment",
|
|
"pages/mine/mineAccount/mineCoupons/mineCoupons",
|
|
"pages/copyright/publicPay/publicPay",
|
|
"pages/copyright/common/payState",
|
|
"pages/readTxt/readTxt",
|
|
"pages/mine/mineAccount/mineInfo/mineInfo",
|
|
"pages/mine/mineAccount/mineOrder/mineOrder",
|
|
"pages/mine/mineAccount/mineContact/mineContact",
|
|
"pages/treaty/rule/rule",
|
|
"pages/mine/mineAccount/minePayRecord/minePayRecord",
|
|
"pages/mine/mineAccount/mineInvoice/mineInvoice",
|
|
"pages/mine/mineAccount/invoiceInfo/invoiceInfo"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "AI喵著",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
},
|
|
"tabBar": {
|
|
"custom": true,
|
|
"color": "#515151",
|
|
"selectedColor": "#FE9944",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "/static/images/ic_home_normal.png",
|
|
"selectedIconPath": "/static/images/ic_home_select.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/mineIndex/mine",
|
|
"text": "我的",
|
|
"iconPath": "/static/images/ic_mine_normal.png",
|
|
"selectedIconPath": "/static/images/ic_mine_select.png"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"useExtendedLib": {
|
|
"weui": true
|
|
}
|
|
} |