init project
This commit is contained in:
41
app.json
Normal file
41
app.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/home/index",
|
||||
"pages/about/index",
|
||||
"pages/agreement/index",
|
||||
"pages/basketballGym/index",
|
||||
"pages/bookClasses/index",
|
||||
"pages/bookClassesDetail/index",
|
||||
"pages/confirmOrder/index",
|
||||
"pages/facialCapturing/index",
|
||||
"pages/gymnasium/index",
|
||||
"pages/login/index",
|
||||
"pages/mine/index",
|
||||
"pages/myAccount/index",
|
||||
"pages/myBills/index",
|
||||
"pages/myBookings/index",
|
||||
"pages/myBookingsList/index",
|
||||
"pages/myMembershipCard/index",
|
||||
"pages/notice/index",
|
||||
"pages/questions/index",
|
||||
"pages/register/index",
|
||||
"pages/sportsGroundList/index",
|
||||
"pages/userInfo/index",
|
||||
"pages/loginIndex/index",
|
||||
"pages/withdrawal/index"
|
||||
],
|
||||
"window": {
|
||||
"backgroundTextStyle": "dark",
|
||||
"navigationBarBackgroundColor": "#1a191e",
|
||||
"navigationBarTitleText": "智慧云馆",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationStyle": "custom",
|
||||
"backgroundColor": "#252330"
|
||||
},
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "需要获取您的地理位置,请确认授权,否则地图功能将无法使用"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user