2 Star 1 Fork 0

jiaxiaoyu/ejyy-owner-mp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
jiaxiaoyu 提交于 2023-01-28 16:16 . feat: add all files
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "首页",
"enablePullDownRefresh": true
}
},
{
"path": "pages/zone/index",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/service/index",
"style": {
"navigationBarTitleText": "家政",
"enablePullDownRefresh": true
}
},
{
"path": "pages/login/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "授权登录"
}
},
{
"path": "pages/login/mp",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "授权登录"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "宜家宜业",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"custom": true,
"color": "#333333",
"selectedColor": "#6b8bff",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [{
"pagePath": "pages/home/index",
"text": "首页"
},
{
"pagePath": "pages/service/index",
"text": "家政"
},
{
"pagePath": "pages/zone/index",
"text": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jarryxy/ejyy-owner-mp.git
[email protected]:jarryxy/ejyy-owner-mp.git
jarryxy
ejyy-owner-mp
ejyy-owner-mp
main

搜索帮助