加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 27.33 KB
一键复制 编辑 原始数据 按行查看 历史
fly 提交于 2019-12-22 01:42 . '123'
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090
{
"pages": [ //pages数组中第一项表示应用启动页,
{
"path": "pages/classify/index",
"style" : {
"navigationBarTitleText": "课程首页",
"navigationStyle":"default",
"app-plus": {
"titleNView": {
"searchInput": {
"align": "left",
"borderRadius": "5px",
"backgroundColor": "rgba(255,255,255,1)",
"placeholderColor": "#808080",
"placeholder": "请输入搜索内容"
},
"buttons": [ //原生标题栏按钮配置, 从右到左排列
{
"text" : "消息",
"fontSize" : "14",
"width" : "auto",
"float":"right"
},
{
"text" : "更多...",
"fontSize" : "14",
"width" : "auto",
"float":"left"
}
]
}
}
}
},
// {
// "path" : "pages/swipe-action/swipe",
// "style" : {
// "navigationBarTitleText":"swipe"
// }
// },
// {
// "path" : "pages/popups/test-popups",
// "style": {
// "navigationBarTitleText": "消息列表",
// "app-plus": {
// "titleNView": {
// "buttons": [ //原生标题栏按钮配置, 从右到左排列
// {
// "fontSrc" : "/static/fonts/iconfont.ttf",
// "text": "\ue6e0",
// "fontSize": "40upx",
// "color": "#FFFFFF"
// }
// ]
// }
// }
// }
// },
// {
// "path" : "pages/course/course",
// "style" : {
// "navigationBarTitleText": "课程首页",
// "navigationStyle":"default",
// "app-plus": {
// "titleNView": {
// "searchInput": {
// "align": "left",
// "borderRadius": "5px",
// "backgroundColor": "rgba(255,255,255,1)",
// "placeholderColor": "#808080",
// "placeholder": "请输入搜索内容"
// },
// "buttons": [ //原生标题栏按钮配置, 从右到左排列
// {
// "text" : "消息",
// "fontSize" : "14",
// "width" : "auto",
// "float":"right"
// },
// {
// "text" : "更多...",
// "fontSize" : "14",
// "width" : "auto",
// "float":"left"
// }
// ]
// }
// }
// }
// },
{
"path": "pages/msg-list/msg-list",
"style": {
"navigationBarTitleText": "好友消息",
"app-plus": {
"titleNView": {
// "searchInput": {
// "align": "left",
// "borderRadius": "10px",
// "backgroundColor": "rgba(255,255,255,1)",
// "placeholderColor": "#808080",
// "placeholder": "请输入搜索内容"
// },
"buttons": [ //原生标题栏按钮配置, 从右到左排列
{
"fontSrc" : "/static/fonts/iconfont.ttf",
"text": "\ue603",
"fontSize": "20",
"color": "#FFFFFF"
},
{
"fontSrc" : "/static/fonts/iconfont.ttf",
"text": "\ue6e0",
"fontSize": "20",
"color": "#FFFFFF"
},
{
"text" : "北京市",
"fontSize" : "14",
"select" : true,
"width" : "auto",
"float":"left"
}
]
}
}
}
},
{
"path": "pages/main/main",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/fumou-center-template/fumou-center-template",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/HM-PersonalCenter/HM-PersonalCenter",
"style": {
//"navigationBarTitleText": "个人中心",
"navigationBarTitleText": "",
// "navigationStyle":"custom",
"app-plus": {
"titleNView": false
}
// "app-plus": {
// "titleNView": {
// "buttons": [ //原生标题栏按钮配置, 从右到左排列
// {
// "fontSrc" : "/static/fonts/iconfont.ttf",
// "text": "\ue603",
// "fontSize": "20",
// "color": "#FFFFFF"
// },
// {
// "fontSrc" : "/static/fonts/iconfont.ttf",
// "text": "\ue6e0",
// "fontSize": "20",
// "color": "#FFFFFF"
// }
// ]
// }
// }
}
},
{
"path" : "pages/tabbar/tabbar",
"style" : {
"navigationBarTitleText":"tabbar"
}
},
{
"path": "pages/hch-position-index/hch-position-index",
"style": {
"navigationBarTitleText": "定位附近门店"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
}, {
"path": "pages/reg/reg",
"style": {
"navigationBarTitleText": "注册"
}
}, {
"path": "pages/pwd/pwd",
"style": {
"navigationBarTitleText": "找回密码"
}
}, {
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的",
"app-plus": {
"titleNView": {
// "searchInput": {
// "align": "left",
// "borderRadius": "10px",
// "backgroundColor": "rgba(255,255,255,1)",
// "placeholderColor": "#808080",
// "placeholder": "请输入搜索内容"
// },
"buttons": [ //原生标题栏按钮配置, 从右到左排列
{
"text" : "消息",
"fontSize" : "14",
"redDot" : true
},
{
"text" : "关注",
"fontSize" : "14",
"badgeText" : "12"
},
{
"fontSrc" : "/static/fonts/iconfont.ttf",
"text": "\ue6e6",
"fontSize": "20px",
"color": "#FFFFFF"
}
]
}
}
}
},
{
"path" : "pages/HM-chat/HM-chat",
"style" : {
"navigationBarTitleText":"chat聊天室"
}
},
{
"path" : "pages/HM-chat/HM-details/HM-details",
"style" : {
"navigationBarTitleText":"红包"
}
},
{
"path" : "pages/HM-chat/HM-hand/HM-hand",
"style" : {
"navigationBarTitleText":"发红包"
}
},
{
"path" : "pages/comments/comments",
"style" : {
"navigationBarTitleText":"评论"
}
},
{
"path" : "pages/emojiShop/emojiShop",
"style" : {
"navigationBarTitleText":"表情商店"
}
},
{
"path" : "components/video/video",
"style" : {
"navigationBarTitleText":"视频"
}
},
{
"path" : "pages/login/mylogin/login",
"style" : {
"navigationBarTitleText":"登陆"
}
},
{
"path" : "pages/login/mylogin/register",
"style" : {
"navigationBarTitleText":"注册"
}
},
{
"path" : "pages/login/mylogin/resetpasswd",
"style" : {
"navigationBarTitleText":"重置密码"
}
},
{
"path" : "pages/moments/moments",
"style" : {
"navigationBarTitleText" : "朋友圈",
"enablePullDownRefresh" : true,
"app-plus" : {
"bounce" : "none",
"titleNView" : {
"type" : "transparent",
"buttons" : [
{
"background" : "rgba(255,255,255,0.2)",
"color" : "white",
"type" : "none",
"fontSrc" : "/static/fonts/iconfont.ttf",
"text" : "\ue602" //小相机
}
]
}
}
}
},
{
"path" : "pages/publish/publish",
"style" : {
"navigationBarTitleText" : "发布"
}
},
{
"path" : "pages/findList/findList",
"style" : {
"navigationBarTitleText" : "发现"
}
},
{
"path" : "pages/livepull/popup/popup",
"style" : {
}
},
{
"path" : "pages/phoneBooks/phoneBooks",
"style" : {
"navigationBarTitleText" : "通讯录",
// "enablePullDownRefresh" : true,
"app-plus" : {
// "bounce" : "none",
"titleNView" : {
// "type" : "transparent",
"buttons" : [
{
"fontSrc" : "/static/fonts/iconfont.ttf",
"text": "\ue603",
"fontSize": "20",
"color": "#FFFFFF"
},
// {
// "fontSrc" : "/static/fonts/iconfont.ttf",
// "text": "\ue6e0",
// "fontSize": "40upx",
// "color": "#FFFFFF"
// },
{
"fontSrc": "/static/fonts/iconfont.ttf",
"text": "\ue60e",
// "text": "群组",
"fontSize": "20",
"float" : "right",
"color": "#ffffff"
}
]
}
}
}
},
{
"path" : "pages/articleList/articleList",
"style" : {
"navigationBarTitleText" : "社区"
}
},
{
"path" : "components/explain/explain",
"style" : {
"navigationBarTitleText" : "点击弹出小图标"
}
},
{
"path": "pages/evaluate/evaluate",
"style": {
"navigationBarTitleText": "发布评价"
}
},
{
"path" : "pages/richText/richText",
"style" : {
"navigationBarTitleText" : "发布文章",
// "navigationBarBackgroundColor":"#007AFF",
"backgroundColor":"white",
"backgroundTextStyle":"light",
"app-plus" : {
"bounce" : "none",
"titleNView" : {
"type" :"default",
"buttons" : [
{
"background" : "white",
"type" : "none",
"color" : "white",
"float" : "right",
"fontSize" : "24px",
"fontWeight":"24px",
"fontSrc" : "/static/fonts/iconfont.ttf",
"text" : "\ue7ed" //发送图标
// "text" : "发布"
}
]
}
}
}
},
{
"path": "pages/news/publish-news",
"style": {
"navigationBarTitleText": "发布新闻"
}
},
{
"path": "pages/articleList/publish-article",
"style": {
"navigationBarTitleText": "发布文章"
}
},
{
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "搜索"
}
},
{
"path" : "pages/homes/homes",
"style" : {}
},
{
"path" : "pages/tree/tree",
"style" : {
"navigationBarTitleText" : "我的群组",
// "navigationBarBackgroundColor":"#007AFF",
"backgroundColor":"white",
"backgroundTextStyle":"light"
// "app-plus" : {
// "bounce" : "none",
// "titleNView" : {
// "type" :"default",
// "buttons" : [
// {
// "background" : "white",
// "type" : "none",
// "color" : "white",
// "float" : "right",
// "fontSize" : "24px",
// "fontWeight":"24px",
// "fontSrc" : "/static/fonts/iconfont.ttf",
// "text" : "\ue7ed" //发送图标
// // "text" : "发布"
// }
// ]
// }
// }
}
},
{
"path" : "pages/test-chat/chat",
"style" : {}
},
{
"path" : "pages/HM-search/HM-search",
"style" : {}
},
{
"path" : "pages/test-chat/friendInfo/friendInfo",
"style" : {}
},
{
"path" : "pages/test-chat/userInfo/userInfo",
"style" : {}
},
{
"path" : "pages/test-chat/qrCode/qrCode",
"style" : {}
},
{
"path" : "pages/share/share",
"style" : {}
},
{
"path" : "pages/map/mapAPI",
"style" : {}
},
{
"path" : "pages/xiaodiu/xiaodiu",
"style" : {
"navigationBarTitleText" : "小游戏"
}
},
{
"path" : "pages/websocket-socketTask/websocket-socketTask",
"style" : {}
},
{
"path" : "pages/websocket-global/websocket-global",
"style" : {}
},
{
"path":"pages/mehaotian-shake/mehaotian-shake",
"style":{}
}
,{
"path" : "pages/user/coupon/coupon",
"style" : {
"navigationBarTitleText": "优惠券",
// "navigationBarBackgroundColor":"#f06c7a",
// "navigationBarTextStyle":"white",
"app-plus":{
"bounce":"none"
}
}
}
,{
"path" : "pages/user/keep/keep",
"style" : {
"navigationBarTitleText": "我的收藏",
// "navigationBarBackgroundColor":"#f06c7a",
// "navigationBarTextStyle":"white",
"app-plus":{
"bounce":"none"
}
}
}
,{
"path" : "pages/user/address/address",
"style" : {
// "navigationBarBackgroundColor":"#ffffff",
"navigationBarTitleText":"地址管理"
// "backgroundColorTop":"#ffffff",
// "backgroundColorBottom":"#ffffff"
}
}
,{
"path" : "pages/user/address/edit/edit",
"style" : {
// "navigationBarBackgroundColor":"#ffffff",
"navigationBarTitleText":"编辑收件人地址"
// "backgroundColorTop":"#ffffff",
// "backgroundColorBottom":"#ffffff"
}
}
,{
"path" : "pages/user/deposit/deposit",
"style" : {
// "navigationBarBackgroundColor":"#ffffff",
"navigationBarTitleText":"充值"
// "backgroundColorTop":"#ffffff",
// "backgroundColorBottom":"#ffffff"
}
}
,{
"path" : "pages/user/order_list/order_list",
"style" : {
"navigationBarTitleText":"我的订单"
// "navigationBarBackgroundColor":"#f8f8f8",
// "backgroundColorTop":"#f3f3f3",
// "backgroundColorBottom":"#ffffff"
}
}
,{
"path" : "pages/user/setting/setting",
"style" : {
// "navigationBarBackgroundColor":"#f8f8f8",
"navigationBarTitleText":"我的设置"
// "backgroundColorTop":"#ffffff",
// "backgroundColorBottom":"#f3f3f3"
}
}
,{
"path" : "pages/user/myQR/myQR",
"style" : {
"navigationBarTitleText":"我的二维码",
"app-plus":{
"bounce":"none"
}
}
},
{
"path" : "pages/my/my",
"style" : {
"navigationBarTitleText" : "个人中心",
// "navigationBarBackgroundColor":"red",
// #ifdef MP
"navigationStyle": "custom",
// #endif
"titleNView" : {
"type" :"default",
"buttons" : [
{
"background" : "white",
"type" : "none",
"color" : "white",
"float" : "right",
"fontSize" : "24px",
"fontWeight":"24px",
"fontSrc" : "/static/fonts/iconfont.ttf",
"text" : "\ue7ed" //发送图标
// "text" : "发布"
}
]
}
}
},
{
"path" : "pages/news/newslist",
"style" : {
"navigationBarTitleText" : "社区"
}
},
{
"path" : "pages/musicList/musicList",
"style" : {
"navigationBarTitleText" : "音乐",
"usingComponents":true,
"app-plus":{
// "runmode":"liberate"
}
}
},
{
"path": "pages/livepull/livepull",
"style": {
"navigationBarTitleText": "拉流"
}
},
// {
// "path": "pages/livepush/livepush",
// "style": {
// "navigationBarTitleText": "推流"
// }
// },
{
"path" : "pages/localVideo/localVideo",
"style" : {
"navigationBarTitleText" : "本地视频"
}
},
{
"path": "pages/classify/classify",
"style": {
"navigationBarTitleText": "分类",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"titleNView": {
"buttons": [ //原生标题栏按钮配置,
{
"fontSize":"14px",
"text": "分享" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
}
]
}
}
}
},
{
"path" : "pages/netVideo/netVideo2",
"style" : {
// "navigationBarTitleText" : "网络视频"
}
},
{
"path" : "pages/web-view/video-player",
"style" : {
"navigationBarTitleText" : "vlog视频"
}
},
{
"path" : "pages/news/details/videoDetails",
"style" : {
"navigationBarTitleText" : "视频新闻"
// "app-plus": {
// "titleNView": false,
// "navigationBarTextStyle": "white",
// "bounce": "none"
// }
}
},
{
"path" : "pages/news/details/details",
"style" : {
"navigationBarTitleText" : "新闻详情"
// "app-plus": {
// "titleNView": false,
// "navigationBarTextStyle": "white",
// "bounce": "none"
// }
}
}
,{
"path" : "pages/netVideo/tmpVideo",
"style" : {}
},
{
"path" : "pages/filterDropdown/filterDropdown",
"style" : {
"navigationBarTitleText": "腾讯课堂",
"navigationStyle":"default",
"app-plus": {
"titleNView": {
"searchInput": {
"align": "left",
"borderRadius": "5px",
"backgroundColor": "rgba(255,255,255,1)",
"placeholderColor": "#808080",
"placeholder": "请输入搜索内容"
},
"buttons": [ //原生标题栏按钮配置, 从右到左排列
{
"text" : "消息",
"fontSize" : "14",
"width" : "auto",
"float":"right"
}
]
}
}
}
}
],
"subPackages": [
{
"root": "pages/",
"pages": [
// {
// "path": "login/login",
// "style": {
// "navigationBarTitleText": "授权登录"
// }
// },
// #ifdef APP-PLUS
// {
// "path": "subnvue/subnvue/video",
// "style": {
// "navigationBarTitleText": "SubNvue",
// "app-plus": {
// "bounce":"none",
// "titleNView": false,
// "subNVues": [{
// "id": "video-mask",
// "path": "subnvue/subnvue/video-mask",
// "type": "popup",
// "style": {
// "width": "50%"
// }
// }]
// }
// }
// },
{
"path": "subnvue/subnvue2",
"style": {
// "navigationBarTitleText": "",
"app-plus": {
"bounce":"none",
"titleNView": {
"type":"transparent"
// "backgroundColor":"#F0F0F0",
// "buttons" : [
// {
// "background" : "rgba(255,255,255,0.2)",
// "color" : "white",
// "type" : "none",
// "fontSrc" : "/static/fonts/iconfont.ttf",
// "text" : "\ue602" //小相机
// }
// ]
},
"subNVues": [{
"id": "drawer",
"path": "subnvue/subnvue/drawer",
"type": "popup",
"style": {
"width": "50%"
}
},
{
"id": "popup",
"path": "subnvue/subnvue/popup",
"type": "popup",
"style": {
"margin": "auto",
"width": "80%",
"height": "600upx"
}
},
// {
// "id": "video_mask",
// "path": "subnvue/subnvue/video-mask",
// "style": {
// "position": "absolute",
// "top": "240px",
// "right": "10px",
// "width": "160px",
// "height": "80px",
// "zindex":"99",
// "background": "transparent"
// }
// },
{
"id": "video",
"path": "subnvue/subnvue/video",
"style": {
// "position": "absolute",
"top": "300px",
// "right": "10px",
// "left":"10px",
"width": "100%",
"height": "100%"
// "zindex":"90",
// "background": "transparent"
}
}
// {
// "id": "nav",
// "path": "subnvue/subnvue/nav",
// "type": "navigationBar"
// }
]
}
}
},
{
"path": "livepush/livepush",
"style": {
"backgroundColor":"#000",
"app-plus": {
"bounce":"none",
"titleNView": {
"type":"transparent"
},
"subNVues": [
{
"id": "showCallBtnSub",
"path": "livepush/showCallBtnSub/showCallBtnSub",
"type": "popup",
"style": {
"width": "100%",
"height":"80px",
"bottom":"0px",
"position":"static"
}
}
]
}
}
}
// #endif
]
}
],
"tabBar": {
"color": "#7a7e83",
"selectedColor": "#0faeff",
"backgroundColor": "#ffffff",
"list": [
// {
// "pagePath" : "pages/course/course",
// "iconPath" : "static/course/tab_course.png",
// "selectedIconPath" : "static/course/tab_course.png",
// "text" : "课程"
// },
// {
// "pagePath" : "pages/classify/index",
// "iconPath" : "static/img/home.png",
// "selectedIconPath" : "static/img/homeHL.png",
// "text" : "首页"
// },
{
"pagePath" : "pages/classify/index",
"text": "首页",
"iconPath": "static/img/shequ-5.png",
"selectedIconPath": "static/img/shequHL-5.png"
},
// {
// "pagePath" : "pages/course/course",
// "iconPath" : "static/img/jiaoyufuwu.png",
// "selectedIconPath" : "static/img/jiaoyufuwuHL.png",
// "text" : "课程"
// },
// {
// "pagePath": "pages/msg-list/msg-list",
// "text": "消息",
// "iconPath": "static/img/home2.png",
// "selectedIconPath": "static/img/homeHL2.png"
// },
// {
// "pagePath": "pages/phoneBooks/phoneBooks",
// "text": "通讯录",
// "iconPath": "static/img/phoneBooks.png",
// "selectedIconPath": "static/img/phoneBooksHL.png"
// },
// {
// "pagePath": "pages/swipe-action/swipe",
// "text": "首页",
// "iconPath": "static/img/home.png",
// "selectedIconPath": "static/img/homeHL.png"
// },
// {
// "pagePath": "pages/popups/test-popups",
// "text": "首页",
// "iconPath": "static/img/home.png",
// "selectedIconPath": "static/img/homeHL.png"
// },
// {
// "pagePath": "pages/findList/findList",
// "text": "发现",
// "iconPath": "static/img/find.png",
// "selectedIconPath": "static/img/findHL.png"
// },
// {
// "pagePath": "pages/tree/tree",
// "text": "好友",
// "iconPath": "static/news/faxian.png",
// "selectedIconPath": "static/news/faxianHL.png"
// },
// {
// "pagePath": "pages/classify/classify",
// "text": "分类",
// "iconPath": "static/img/shequ-5.png",
// "selectedIconPath": "static/img/shequHL-5.png"
// },
{
"pagePath": "pages/filterDropdown/filterDropdown",
"iconPath" : "static/img/jiaoyufuwu.png",
"selectedIconPath" : "static/img/jiaoyufuwuHL.png",
"text" : "课程"
},
{
"pagePath": "pages/news/newslist",
"text": "社区",
"iconPath": "static/img/shequ-9.png",
"selectedIconPath": "static/img/shequHL-9.png"
},
// {
// "pagePath": "pages/articleList/articleList",
// "text": "社区",
// "iconPath": "static/img/shequ-9.png",
// "selectedIconPath": "static/img/shequHL-9.png"
// },
// {
// "pagePath": "pages/news/publish",
// "text": "发布",
// "iconPath": "static/news/fabu.png",
// "selectedIconPath": "static/news/fabuHL.png"
// },
// {
// "pagePath": "components/video/video",
// "text": "vlog",
// "iconPath": "static/img/vlog-2.png",
// "selectedIconPath": "static/img/vlogHL-2-1.png"
// },
// {
// "pagePath": "pages/web-view/video-player",
// "text": "vlog",
// "iconPath": "static/img/vlog-2.png",
// "selectedIconPath": "static/img/vlogHL-2-1.png"
// },
// {
// "pagePath": "pages/netVideo/netVideo2",
// "text": "vlog",
// "iconPath": "static/img/vlog-2.png",
// "selectedIconPath": "static/img/vlogHL-2-1.png"
// },
// {
// "pagePath": "pages/user/user",
// "text": "我的",
// "iconPath": "static/img/me.png",
// "selectedIconPath": "static/img/meHL.png"
// }
// {
// "pagePath": "pages/HM-PersonalCenter/HM-PersonalCenter",
// "text": "我的",
// "iconPath": "static/img/me.png",
// "selectedIconPath": "static/img/meHL.png"
// }
{
"pagePath": "pages/fumou-center-template/fumou-center-template",
"text": "我的",
"iconPath": "static/img/me.png",
"selectedIconPath": "static/img/meHL.png"
}
// {
// "pagePath": "pages/my/my",
// "text": "我的",
// "iconPath": "static/img/me.png",
// "selectedIconPath": "static/img/meHL.png"
// }
]
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "IM聊天系统",
"navigationBarBackgroundColor": "#0faeff",
"backgroundColor": "#fbf9fe",
"app-plus": {
"animationType": "pop-in"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化