| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path" : "pages/index/show",
- "style" :
- {
- "navigationBarTitleText" : "show",
- "enablePullDownRefresh" : false,
- "disableScroll":true,
- "app-plus":{
- // "bounce": "none",/*app禁止回弹*/
- "popGesture":false
- }
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "心脑检测",
- "enablePullDownRefresh" : true,
- "backgroundColor":"#648EB8",
- "disableSwipeBack":true,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": true,
- "popGesture":true,
- "pullToRefresh": {
- "support": true,
- "style": "circle",
- "color": "#648EB8",
- "contentdown": {
- "caption": ""
- },
- "contentover": {
- "caption": ""
- },
- "contentrefresh": {
- "caption": ""
- }
- }
- }
- }
- },
- {
- "path" : "pages/login/login",
- "style" :
- {
- "navigationBarTitleText" : "登录",
- "enablePullDownRefresh" : false,
- "disableScroll":false,
- "app-plus":{
- "bounce": "none",/*app禁止回弹*/
- "popGesture":false
- }
- }
- },
- {
- "path" : "pages/register/register",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh" : false,
- "app-plus":{
- "bounce": "none",/*app禁止回弹*/
- "popGesture":false
- }
- }
- },
- {
- "path" : "pages/member/member",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh" : false
- }
-
- },
- {
- "path" : "pages/member/add",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh" : false
- }
-
- },
- {
- "path" : "pages/report/report",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh" : false
- }
-
- },
- {
- "path" : "pages/topic/common",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh" : false,
- "app-plus":{
- "bounce": "none",/*app禁止回弹*/
- "popGesture":false
- }
- }
- },
- {
- "path" : "pages/topic/selectage",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh" : false,
- "app-plus":{
- "bounce": "none",/*app禁止回弹*/
- "popGesture":false
- }
- }
- },
- {
- "path" : "pages/topic/selectsex",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh" : false,
- "app-plus":{
- "bounce": "none",/*app禁止回弹*/
- "popGesture":false
- }
- }
- },
- {
- "path" : "pages/topic/selectcanvas",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh" : false,
- "app-plus":{
- "bounce": "none",/*app禁止回弹*/
- "popGesture":false
- }
- }
- },
- {
- "path" : "pages/topic/selectsbp",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh" : false,
- "app-plus":{
- "bounce": "none",/*app禁止回弹*/
- "popGesture":false
- }
- }
- },
- {
- "path" : "pages/topic/selectwaistline",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh" : false,
- "app-plus":{
- "bounce": "none",/*app禁止回弹*/
- "popGesture":false
- }
- }
- },
- {
- "path" : "pages/health_center/health_center",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/webview/webview",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/my_center/my_center",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh" : false
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "%navigationBarTitleText%",
- "navigationBarBackgroundColor": "#3f73b3",
- "backgroundColor": "#3f73b3",
- "backgroundColorBottom":"#3f73b3",
- "navigationStyle":"custom"
- // "app-plus":{
- // "titleNView": {
- // "buttons": [{
- // "fontSize": "48px",
- // "title":"กลับมา"
- // }]
- // }
- // }
- },
- "uniIdRouter": {},
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#000000",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/image/btns/review/dangeritem-r.png",
- "selectedIconPath": "static/image/btns/review/dangeritem.png",
- "text": "%review%"
- },
- {
- "pagePath": "pages/health_center/health_center",
- "iconPath": "static/image/btns/health_center/videolist.png",
- "selectedIconPath": "static/image/btns/health_center/videolist_r.png",
- "text": "%health_center%"
- },
- {
- "pagePath": "pages/my_center/my_center",
- "iconPath": "static/image/btns/my_center/gerenzhongxin.png",
- "selectedIconPath": "static/image/btns/my_center/gerenzhongxin_r.png",
- // "text": "%my_center%"
- "text":"ของฉัน"
- }
- ]
- }
- }
|