1 Star 0 Fork 1

JCSON/zltz

forked from 鹿光远/zltz 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 4.87 KB
一键复制 编辑 原始数据 按行查看 历史
鹿光远 提交于 2021-04-17 21:02 . zltz
{
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": true
}
},
{
"path": "pages/home/details",
"style": {
"navigationBarTitleText": "拼团商品详情"
}
},
{
"path": "pages/shop/index",
"style": {
"navigationBarTitleText": "商城",
"enablePullDownRefresh": true
}
},
{
"path": "pages/shop/detail",
"style": {
"navigationBarTitleText": "商品详情"
}
},
{
"path": "pages/shop/add",
"style": {
"navigationBarTitleText": "发布供应"
}
},
{
"path": "pages/shop/add1",
"style": {
"navigationBarTitleText": "发布采购"
}
},
{
"path": "pages/shop/report",
"style": {
"navigationBarTitleText": "举报"
}
},
{
"path": "pages/circle/index",
"style": {
"navigationBarTitleText": "生意圈",
"enablePullDownRefresh": true
}
},
{
"path": "pages/circle/detail",
"style": {
"navigationBarTitleText": "圈子详情"
}
},
{
"path": "pages/circle/add",
"style": {
"navigationBarTitleText": "圈子发布"
}
},
{
"path": "pages/find/index",
"style": {
"navigationBarTitleText": "合作"
}
},
{
"path": "pages/profile/index",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/profile/feedback",
"style": {
"navigationBarTitleText": "用户反馈"
}
},
{
"path": "pages/profile/block",
"style": {
"navigationBarTitleText": "黑名单"
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/agreement/index",
"style": {
"navigationBarTitleText": "协议"
}
},
{
"path": "pages/login/personalData",
"style": {
"navigationBarTitleText": "身份认证"
}
},
{
"path": "pages/login/label",
"style": {
"navigationBarTitleText": "标签"
}
},
{
"path" : "pages/login/identification/index",
"style" :
{
"navigationBarTitleText": "身份认证"
}
},
{
"path" : "pages/code/index",
"style" :
{
"navigationBarTitleText": "下载APP"
}
},
{
"path" : "pages/code/en",
"style" :
{
"navigationBarTitleText": "下载 Coldeal APP"
}
},
{
"path" : "pages/article/detail",
"style" :
{
"navigationBarTitleText": "文章详情"
}
},
{
"path" : "pages/login/phone",
"style" :
{
"navigationBarTitleText": "绑定手机号"
}
},
{
"path": "pages/importAgent/index",
"style":
{
"navigationBarTitleText": "进口代理"
}
},
{
"path": "pages/profile/release",
"style":
{
"navigationBarTitleText": "我的发布",
"enablePullDownRefresh": true
}
}
],
"globalStyle": {
// #ifdef H5
"navigationStyle":"custom",
// #endif
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#4A4A4A",
"selectedColor": "#FF5B06",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"fontSize":"12px",
"iconWidth":"28px",
"height":"54px",
"list": [{
"pagePath": "pages/home/index",
"iconPath": "static/assets/shouye.png",
"selectedIconPath": "static/assets/shouye-pre.png",
"text": "首页"
}, {
"pagePath": "pages/shop/index",
"iconPath": "static/assets/shangcheng.png",
"selectedIconPath": "static/assets/shangcheng-pre.png",
"text": "商城"
},
{
"pagePath": "pages/circle/index",
"iconPath": "static/assets/quanzi.png",
"selectedIconPath": "static/assets/quanzi-pre.png",
"text": "生意圈"
},
{
"pagePath": "pages/find/index",
"iconPath": "static/assets/faxian.png",
"selectedIconPath": "static/assets/faxian-pre.png",
"text": "合作"
}, {
"pagePath": "pages/profile/index",
"iconPath": "static/assets/wode.png",
"selectedIconPath": "static/assets/wode-pre.png",
"text": "我的"
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/CodeJCSON/zltz.git
git@gitee.com:CodeJCSON/zltz.git
CodeJCSON
zltz
zltz
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385