Files
CompanyProject/衣莎项目/源码/YiShaXiYi/app.json
2024-09-27 01:32:49 +08:00

102 lines
2.9 KiB
JSON

{
"pages": [
"pages/startUp/startUp",
"pages/auth/auth",
"pages/login/login",
"pages/nearbyStore/nearbyStore",
"pages/laundry/laundry",
"pages/joinWardrobe/joinWardrobe",
"pages/contactUs/contactUs",
"pages/brandList/brandList",
"pages/brandList/brandInfo/brandInfo",
"pages/buyCabinets/buyCabinets",
"pages/userProtocol/userProtocol",
"pages/richText/richText",
"pages/newPeople/newPeople",
"pages/membershipExclusive/membershipExclusive",
"pages/housekeeping/housekeeping",
"pages/serviceInfo/serviceInfo",
"pages/activity/activity"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "伊莎洗衣",
"backgroundColor": "#fff",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
},
"plugins": {},
"subpackages": [
{
"root": "mall",
"pages": [
"auth/auth",
"index/shopInfo/shopInfo",
"shopcart/shopcart",
"placeOrder/placeOrder",
"laundryList/laundryList",
"laundryList/laundryInfo/laundryInfo",
"couponCard/couponCard",
"chooseStores/chooseStores",
"chooseStores/storesAdd/storesAdd",
"paid/paid"
]
},
{
"root": "user",
"pages": [
"appointment/appointment",
"addList/addList",
"address/address",
"order/order",
"orderInfo/orderInfo",
"payment/payment",
"payment/card/card",
"couponCard/couponCard",
"couponList/couponList",
"sharingCourtesy/sharingCourtesy",
"feedback/feedback",
"parIncome/parIncome",
"recharge/recharge",
"wardrobe/wardrobe",
"wardrobe/wardrobeInfo/wardrobeInfo",
"setUp/setUp",
"couponExchange/couponExchange",
"balance/balance",
"upgradeCart/upgradeCart",
"upgradeCart/paid/paid",
"appointment/paid/paid",
"cashWithdrawal/cashWithdrawal",
"cashWithdrawal/success/success",
"withdrawalsRecord/withdrawalsRecord",
"groupShopList/groupShopList",
"OneKeyOrder/OrdinaryUsers/OrdinaryUsers",
"OneKeyOrder/GroupUser/Ordinary/Ordinary",
"OneKeyOrder/GroupUser/WorkClothes/WorkClothes"
]
},
{
"root": "view/logistics",
"pages": [
"logCentre/logCentre",
"orderList/orderList",
"appLogistics/appLogistics",
"appLogistics/inApplication/inApplication"
]
}
],
"usingComponents": {
"skeleton": "./component/skeleton/skeleton",
"nav-bar": "/component/navbar/navbar",
"i-toast": "./extend/iview/dist/toast/index",
"loading-prog": "/component/loading-prog/loading-prog",
"popup": "/component/popup/popup"
},
"sitemapLocation": "sitemap.json"
}