1 Star 0 Fork 56

小陈/微信宿舍报修助手小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
aYuan 提交于 2023-04-15 15:20 +08:00 . pages.json条件编译修复
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "宿舍报修助手"
// #ifdef H5
,"navigationStyle": "custom"
// #endif
}
}, {
"path": "pages/publish/publish",
"style": {
"navigationBarTitleText": "申报申请"
// #ifdef H5
,"navigationStyle": "custom"
// #endif
}
}, {
"path": "pages/admin/admin",
"style": {
"navigationBarTitleText": "申报管理"
// #ifdef H5
,"navigationStyle": "custom"
// #endif
}
}, {
"path": "pages/detail/detail",
"style": {
"navigationBarTitleText": "申报详情"
// #ifdef H5
,"navigationStyle": "custom"
// #endif
}
}, {
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "用户注册"
// #ifdef H5
,"navigationStyle": "custom"
// #endif
}
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "宿舍报修助手",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "登录", //模式名称
"path": "pages/login/login", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/feb_chen/wechat-dorm-miniprogram.git
git@gitee.com:feb_chen/wechat-dorm-miniprogram.git
feb_chen
wechat-dorm-miniprogram
微信宿舍报修助手小程序
uniapp

搜索帮助