first commit
This commit is contained in:
16
unpackage/dist/dev/mp-weixin/app.json
vendored
Normal file
16
unpackage/dist/dev/mp-weixin/app.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/login/login",
|
||||
"pages/register/register",
|
||||
"pages/booking/booking",
|
||||
"pages/appointments/appointments"
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarTitleText": "预约系统",
|
||||
"navigationBarBackgroundColor": "#FF7A00",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"usingComponents": {}
|
||||
}
|
||||
Reference in New Issue
Block a user