2 Star 1 Fork 0

唐寅/房象小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 5.87 KB
一键复制 编辑 原始数据 按行查看 历史
唐寅 提交于 2020-12-24 16:46 . 第一次
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
// #ifdef H5
"titleNView": false,
// #endif
"enablePullDownRefresh": true
}
},
{
"path": "pages/index/custom",
"style": {
"navigationBarTitleText": "页面",
// #ifdef H5
"titleNView": false,
// #endif
"enablePullDownRefresh": true
}
},
{
"path": "pages/member/index/index",
"style": {
// #ifdef H5
"titleNView": false,
// #endif
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/member/collection/index",
"style": {
"navigationBarTitleText": "我的收藏"
}
},
{
"path": "pages/member/history/index",
"style": {
"navigationBarTitleText": "我的足迹"
}
},
{
"path": "pages/member/setting/index",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/member/setting/user_info/index",
"style": {
"navigationBarTitleText": "个人信息"
}
},
{
"path": "pages/member/setting/user_info/password",
"style": {
"navigationBarTitleText": "修改密码"
}
},
{
"path": "pages/member/setting/user_info/resetpassword",
"style": {
"navigationBarTitleText": "重置密码"
}
},
{
"path": "pages/member/integral/index",
"style": {
"navigationBarTitleText": "我的积分"
}
},
{
"path": "pages/login/choose/index",
"style": {
"navigationBarTitleText": "授权登录"
}
},
{
"path": "pages/login/login/index",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/login/login/index1",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/login/forget/forget",
"style": {
"navigationBarTitleText": "忘记密码"
}
},
{
"path": "pages/share",
"style": {
"navigationBarTitleText": "分享"
}
},
{
"path": "pages/author",
"style": {
// #ifdef H5
"titleNView": false,
// #endif
"navigationBarTitleText": "获取授权中"
}
},
{
"path": "pages/login/register/index",
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path" : "pages/member/setting/subscription/index",
"style": {
"navigationBarTitleText": "消息订阅"
}
},
{
"path" : "pages/login/mobile/index",
"style": {
"navigationBarTitleText": "绑定手机号"
}
},
{
"path" : "pages/login/login/mobile",
"style" : {
"navigationBarTitleText": "绑定手机号"
}
},
{
"path":"pages/index/houses/AllHouses",
"style" : {
"navigationBarTitleText": "全部楼盘",
"enablePullDownRefresh": true
}
},
{
"path":"pages/index/counselor/Counselor",
"style":{}
},
{
"path":"pages/index/detail/Detail",
"style":{}
},
{
"path":"pages/index/tailored/Tailored",
"style":{}
},
{
"path":"pages/index/details/Details",
"style":{}
},
{
"path":"pages/index/seek/Seek",
"style":{
"navigationBarTitleText": "帮你找房"
}
},
{
"path":"pages/index/transmit/Transmit",
"style":{}
},
{
"path":"pages/index/xqtab/Xqtab",
"style":{}
},
{
"path":"pages/index/condition/Condition",
"style":{}
},
{
"path":"pages/index/Unit/Unit",
"style":{}
},
{
"path":"pages/index/fiery/Fiery",
"style":{}
},
{
"path":"pages/index/type/Type",
"style":{}
},
{
"path":"pages/index/shuru/Shuru",
"style":{}
},
{
"path":"pages/index/city/City",
"style":{}
},
{
"path":"pages/index/mentor/Mentor",
"style":{}
},
{
"path":"pages/index/protocol/Protocol",
"style":{}
},
{
"path":"pages/index/journalism/Journalism",
"style":{}
},
{
"path":"pages/index/wenti/Wenti",
"style":{}
},
{
"path":"pages/index/cargo/Cargo",
"style":{}
},
{
"path":"pages/index/daikuan/result",
"style":{
"navigationBarTitleText": "贷款计算"
}
},
{
"path":"pages/index/daikuan/daikuan",
"style":{
"navigationBarTitleText": "贷款计算"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#F8F8F8"
},
/* "tabBar": {
"color": "#999",
"selectedColor": "#333",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/image/index_gray.png",
"selectedIconPath": "static/image/index_black.png"
},
{
"pagePath": "pages/index/houses/AllHouses",
"text": "楼盘查询",
"iconPath": "static/image/classify_gray.png",
"selectedIconPath": "static/image/classify_black.png"
},
{
"pagePath": "pages/index/transmit/Transmit",
"text": "房象传媒",
"iconPath": "static/image/cart_gray.png",
"selectedIconPath": "static/image/cart_black.png"
},
{
"pagePath": "pages/member/index/index",
"text": "我的",
"iconPath": "static/image/user_gray.png",
"selectedIconPath": "static/image/user_black.png"
}
]
}, */
"condition": {
// 模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lifeforgames/room-elephant-program.git
[email protected]:lifeforgames/room-elephant-program.git
lifeforgames
room-elephant-program
房象小程序
master

搜索帮助