2 Star 9 Fork 19

江苏传智播客教育科技股份有限公司 / 餐掌柜小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 801 Bytes
一键复制 编辑 原始数据 按行查看 历史
王松岩 提交于 2021-10-27 11:27 . first commit
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/main/index",
"style": {
"navigationBarTitleText": "餐掌柜"
}
},
{
"path": "pages/order/index",
"style": {
"navigationBarTitleText": "提交订单"
}
},
{
"path": "pages/order/success",
"style": {
"navigationBarTitleText": "提交成功"
}
},
{
"path": "pages/nonet/index",
"style": {
"navigationBarTitleText": "无网络"
}
}
],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "餐掌柜",
"navigationBarBackgroundColor": "#E95F3C",
// "navigationBarBackground": "#E95F3C",
"backgroundColor": "#F8F8F8"
}
}
1
https://gitee.com/itcastopen/object-czg-wexin-uniapp.git
git@gitee.com:itcastopen/object-czg-wexin-uniapp.git
itcastopen
object-czg-wexin-uniapp
餐掌柜小程序
master

搜索帮助