45 Star 218 Fork 0

王俊虎 / 好物短视频uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 5.38 KB
一键复制 编辑 原始数据 按行查看 历史
王俊虎 提交于 2020-03-13 01:35 . 2.0
{
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/video/main",
"style": {
"disableScroll":true,
"navigationStyle": "custom"
}
},
{
"path" : "pages/login/login",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/my/my",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/setting/setting",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/redpackage/redpackage",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/goods/goods",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/goods/goodslist",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
},
{
"path" : "pages/goods/goodsbuy",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/order/order",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
},
{
"path" : "pages/order/myorderlist",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
},
{
"path" : "pages/order/userorderlist",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
},
{
"path" : "pages/add/add",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
},
{
"path" : "pages/add/addform",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
},
{
"path" : "pages/add/addstyle",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
},
{
"path" : "pages/add/adddetail",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
},
{
"path" : "pages/add/goodslist",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
},
{
"path" : "pages/goods/goodsmodify",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/video/video",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
},
{
"path" : "pages/download/download",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
},
{
"path":"pages/chatroom/chatroom",
"style":{
"navigationStyle":"default",
"navigationBarTitleText":" ",
"backgroundTextStyle": "dark",
"enablePullDownRefresh": true,
"usingComponents": {
"chat": "comps/chat/chat"
}
}
}
,{
"path" : "pages/classify/classify",
"style" : {}
},
{
"path" : "pages/video/one",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/market/market_dianzan",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
},
{
"path" : "pages/market/market_dianzan_detail",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
},
{
"path" : "pages/download/webpage",
"style" : {
"disableScroll":true,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/admin/admin",
"style": {
"disableScroll":true,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/admin/edit",
"style": {
"disableScroll":true,
"navigationStyle": "custom"
}
},
{
"path" : "pages/admin/goodsmodify",
"style": {
"disableScroll":true,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/admin/adddetail",
"style": {
"disableScroll":true,
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTitleText": "好物短视频",
"navigationBarBackgroundColor": "#222222",
"backgroundColor": "#222222",
"onReachBottomDistance":-50,
"enablePullDownRefresh": true
},
"tabBar": {
"borderStyle": "black",
"backgroundColor": "#222",
"color": "#8F8F94",
"selectedColor": "#b79846",
"list": [
{
"pagePath": "pages/video/main",
"iconPath": "static/img/tabbar/video.png",
"selectedIconPath": "static/img/tabbar/videoactive.png",
"text": "短视频"
},
{
"pagePath": "pages/classify/classify",
"iconPath": "static/img/tabbar/classify.png",
"selectedIconPath": "static/img/tabbar/classifyactive.png",
"text": "分类"
},
//#ifndef MP-WEIXIN
{
"pagePath": "pages/tabbar/tabbar-3/tabbar-3",
"iconPath": "static/img/tabbar/add.png",
"selectedIconPath": "static/img/tabbar/addactive.png"
},
//#endif
{
"pagePath": "pages/my/my",
"iconPath": "static/img/tabbar/me.png",
"selectedIconPath": "static/img/tabbar/meactive.png",
"text": "我"
}
]
}
}
JavaScript
1
https://gitee.com/wangjunhu/goodshowuni.git
git@gitee.com:wangjunhu/goodshowuni.git
wangjunhu
goodshowuni
好物短视频uniapp
master

搜索帮助