-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpages.json
45 lines (42 loc) · 1.04 KB
/
pages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
}
}, {
"path": "pages/public/login",
"style": {
"navigationBarTitleText": "欢迎使用,请登录",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],
"easycom": {
"ui-(.*)": "@/ui/components/ui-$1/ui-$1.vue",
"app-(.*)": "@/app/components/app-$1/app-$1.vue"
},
"globalStyle": {
"mp-alipay": {
/* 支付宝小程序特有相关 */
"defaultTitle": "",
"transparentTitle": "always",
"titlePenetrate": "YES",
"allowsBounceVertical": "NO"
},
"app-plus": {
/* App特有相关 */
"bounce": "none"
},
// "disableScroll":true,
"pageOrientation": "auto",
"navigationBarTitleText": "YaseiAkira",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"backgroundColor": "#1b1b1b",
"backgroundColorTop": "#1b1b1b",
"backgroundColorBottom": "#262626"
// "navigationStyle": "custom"
}
}