初始化
This commit is contained in:
58
app.json
Normal file
58
app.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/autho/index",
|
||||
"pages/login/login",
|
||||
"pages/index/index",
|
||||
"pages/mycenter/index",
|
||||
"pages/logs/logs",
|
||||
"pages/test/test",
|
||||
"pages/Hosts/Hosts",
|
||||
"pages/HostUpgrade/HostUpgrade",
|
||||
"pages/Upgrade/Upgrade"
|
||||
],
|
||||
"window": {
|
||||
"backgroundTextStyle": "light",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"navigationBarTitleText": "ColorUI",
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTextStyle": "white"
|
||||
},
|
||||
"requiredPrivateInfos": [
|
||||
"getFuzzyLocation"
|
||||
],
|
||||
"usingComponents": {
|
||||
"cu-custom": "/colorui/components/cu-custom"
|
||||
},
|
||||
"useExtendedLib": {
|
||||
"weui": true
|
||||
},
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"tabBar": {
|
||||
"selectedColor": "#2bab99",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页",
|
||||
"iconPath": "/icon/home_.png",
|
||||
"selectedIconPath": "/icon/home.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/logs/logs",
|
||||
"text": "操作日志",
|
||||
"iconPath": "/icon/log_.png",
|
||||
"selectedIconPath": "/icon/log.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/mycenter/index",
|
||||
"text": "我的",
|
||||
"iconPath": "/icon/usercenter_.png",
|
||||
"selectedIconPath": "/icon/usercenter.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"permission": {
|
||||
"scope.userFuzzyLocation": {
|
||||
"desc": "你的位置信息将用于记录用户信息~"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user