1 Star 0 Fork 20

杭州电子科技大学-朱宏博/餐掌柜小程序

加入 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"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hdu-zhb/object-czg-wexin-uniapp.git
git@gitee.com:hdu-zhb/object-czg-wexin-uniapp.git
hdu-zhb
object-czg-wexin-uniapp
餐掌柜小程序
master

搜索帮助