backstage-management-backend/app.json

37 lines
886 B
JSON

{
"pages":[
"pages/login/login",
"pages/user/info",
"pages/home/home",
"pages/mypage/mypage",
"pages/index/index",
"pages/detail/index",
"pages/answer/index",
"pages/logs/logs",
"pages/myanswer/index"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#8EE5EE",
"navigationBarTitleText": "都都调查问卷",
"navigationBarTextStyle":"white"
},
"tabBar": {
"color":"#000000",
"selectedColor":"#10BFFC",
"list": [{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath":"/images/home_.png",
"selectedIconPath":"/images/home_act.png"
}, {
"pagePath": "pages/mypage/mypage",
"text": "我的",
"iconPath":"/images/my_.png",
"selectedIconPath":"/images/my_act.png"
}]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}