-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages.json
42 lines (42 loc) · 876 Bytes
/
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
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/choose_op/choose_op",
"style": {
"navigationBarTitleText": "操作包裹"
}
},
{
"path": "pages/detail_op/detail_op",
"style": {
"navigationBarTitleText": "操作包裹"
}
},
{
"path": "pages/get_id/get_id",
"style": {
"navigationBarTitleText": "操作包裹"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#1989fa",
"backgroundColor": "#1989fa"
},
"uniIdRouter": {},
"easycom": {
"autoscan": true,
"custom": {
"nut-(.*)?-(.*)": "@/uni_modules/sky-nutui/components/sky-nutui/packages/__VUE/$1$2/index.vue",
"nut-(.*)": "@/uni_modules/sky-nutui/components/sky-nutui/packages/__VUE/$1/index.vue"
}
}
}