加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 5.19 KB
一键复制 编辑 原始数据 按行查看 历史
提交于 2022-06-05 17:03 . 合并
{
"tabBar": {
"color": "#000000",
"selectedColor": "#fa2209",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/index.png",
"selectedIconPath": "static/tabbar/home-active.png",
"text": "首页"
}, {
"pagePath": "pages/introduce/introduce",
"iconPath": "static/tabbar/introduce.png",
"selectedIconPath": "static/tabbar/introduce-select.png",
"text": "传统文化"
}, {
"pagePath": "pages/my_family/family",
"iconPath": "static/tabbar/user_t.png",
"selectedIconPath": "static/tabbar/user-select.png",
"text": "我的"
}]
},
"pages": [{
"path": "pages/index/index",
"style": {
"color": "#ffffff"
}
},
{
"path": "pages/introduce/introduce",
"style": {
"color": "#ffffff",
"navigationBarTitleText": "油纸伞的分类"
}
},
{
"path": "pages/my_family/family",
"style": {
"color": "#ffffff",
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/addprodce/addprodce",
"style": {
"color": "#ffffff",
"navigationBarTitleText": "提交订单"
}
}, {
"path": "pages/test/test",
"style": {}
},
{
"path": "pages/series/series",
"style": {
"navigationBarTitleText": "油纸伞系列"
}
},
{
"path": "pages/foreground/foreground",
"style": {}
},
{
"path": "pages/finish/finish",
"style": {}
},
{
"path": "pages/setcher/setcher",
"style": {
"navigationBarBackgroundColor": "#2b4b6b"
}
},
{
"path": "pages/my_works/my_works",
"style": {
"navigationBarBackgroundColor": "#2b4b6b",
"navigationBarTitleText": "我的作品"
}
},
{
"path": "pages/essay/essay",
"style": {
}
},
{
"path": "pages/finish/essayfinish",
"style": {
}
},
{
"path": "pages/ProductGoods/ProductGoods",
"style": {
"navigationBarTitleText": "作品管理"
}
}, {
"path": "components/manage/manage",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "components/ren-calendar/ren-calendar",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/Uers/Uers",
"style": {
"navigationBarTitleText": "用户管理"
}
},
{
"path": "pages/commodity/commodity",
"style": {
"navigationBarTitleText": "样式管理"
}
},
{
"path": "pages/addUers/addUers",
"style": {
"navigationBarTitleText": "用户管理"
}
},
{
"path": "pages/OrderforGoods/OrderforGoods",
"style": {
"navigationBarTitleText": "订单管理"
}
},
{
"path": "pages/culture/culture",
"style": {
"navigationBarTitleText": "传统文化管理"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "用户登录"
}
},
{
"path": "components/goodsclass/goodclass",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "收藏类"
}
},
{
"path": "pages/download/download",
"style": {
}
},
{
"path": "pages/picture/picture",
"style": {
"navigationBarTitleText": "图片管理"
}
},
{
"path": "pages/seriesManage/seriesManage",
"style": {
"navigationBarTitleText": "系列管理"
}
},
{
"path": "pages/Uersaddress/Uersaddress",
"style": {
"navigationBarTitleText": "作品管理"
}
},
{
"path": "pages/announ/announ",
"style": {
"navigationBarTitleText": "公告"
}
},
{
"path": "pages/Allannouncement/Allannouncement",
"style": {
"navigationBarTitleText": "公告列表"
}
},
{
"path": "pages/announcement/announcement",
"style": {
"navigationBarTitleText": "公告"
}
}
,{
"path" : "pages/seriesDetails/seriesDetails",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/seriesList/seriesList",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/video/video",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/videoContext/videoContext",
"style": {
"navigationBarTitleText": "视屏"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#2b4b6b",
"backgroundColor": "#F8F8F8",
"navigationBarTitleText": "油纸伞"
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化