38 lines
No EOL
909 B
JSON
38 lines
No EOL
909 B
JSON
{
|
|
"pages":[
|
|
"pages/index/index",
|
|
"pages/mine/mine",
|
|
"pages/edit/edit",
|
|
"pages/form/form",
|
|
"pages/info/info"
|
|
],
|
|
"window": {
|
|
"backgroundColor": "#f8f9fa",
|
|
"backgroundTextStyle": "dark",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTitleText": "动态验证码",
|
|
"navigationBarTextStyle":"black"
|
|
},
|
|
"tabBar": {
|
|
"borderStyle":"black",
|
|
"backgroundColor":"#ffffff",
|
|
"color":"#999999",
|
|
"selectedColor": "#007AFF",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "验证码",
|
|
"iconPath": "images/indexoff.png",
|
|
"selectedIconPath": "images/index.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/mine",
|
|
"text": "我的",
|
|
"iconPath": "images/mineoff.png",
|
|
"selectedIconPath": "images/mine.png"
|
|
}
|
|
]
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"style":"v2"
|
|
} |