-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpages.json
More file actions
82 lines (82 loc) · 1.82 KB
/
pages.json
File metadata and controls
82 lines (82 loc) · 1.82 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "定位",
"navigationBarShadow": {
"colorType": "grey" //grey|blue|green|orange|red|yellow
}
}
}, {
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/login/forget",
"style": {
"navigationBarTitleText": "修改密码",
"navigationBarShadow": {
"colorType": "grey" //grey|blue|green|orange|red|yellow
}
}
}, {
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "添加用户",
"navigationBarShadow": {
"colorType": "grey" //grey|blue|green|orange|red|yellow
}
}
}, {
"path": "pages/user/user_pts",
"style": {
"navigationBarTitleText": "",
"navigationBarShadow": {
"colorType": "grey" //grey|blue|green|orange|red|yellow
}
}
}, {
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "个人中心",
"navigationBarShadow": {
"colorType": "grey" //grey|blue|green|orange|red|yellow
}
}
}, {
"path": "pages/map_index/map_index",
"style": {
"navigationBarTitleText": "",
"navigationBarShadow": {
"colorType": "grey" //grey|blue|green|orange|red|yellow
}
}
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#666666"
},
"tabBar": {
"color": "#bfbfbf",
"selectedColor": "#1296db",
"borderStyle": "black",
"iconWidth": "24px",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"text": "定位",
"iconPath": "static/map_1.png",
"selectedIconPath": "static/map.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "static/my_1.png",
"selectedIconPath": "static/my.png"
}
]
}
}