1 Star 0 Fork 18

LCG/校园云打印系统微信小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 2.14 KB
一键复制 编辑 原始数据 按行查看 历史
蔡佳煌 提交于 2022-04-29 12:19 . 4/29
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "云打印登录"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/classification/classification"
},
{
"path": "pages/home/home"
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "订单"
}
},
{
"path": "pages/order/orderDetails",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/order/webView",
"style": {
"navigationBarTitleText": "文件在线预览"
}
},
{
"path": "pages/order/orderEvaluate",
"style": {
"navigationBarTitleText": "订单评价"
}
},
{
"path": "pages/order/ShowOrderEvaluates",
"style": {
"navigationBarTitleText": "订单评价"
}
},
{
"path": "pages/user/component/address",
"style": {
"navigationBarTitleText": "收货地址"
}
},
{
"path": "pages/user/component/userInfo",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/classification/components/settlement"
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "云打印",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#7D8287"
},
"tabBar": {
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"color": "#7D8287",
"selectedColor": "#000000",
"list": [
// {
// "pagePath": "pages/home/home",
// "iconPath": "static/tabBar/home.png",
// "selectedIconPath": "static/tabBar/home2.png",
// "text": "首页"
// },
{
"pagePath": "pages/classification/classification",
"iconPath": "static/tabBar/classification.png",
"selectedIconPath": "static/tabBar/classification2.png",
"text": "首页"
},
{
"pagePath": "pages/order/order",
"iconPath": "static/tabBar/order.png",
"selectedIconPath": "static/tabBar/order2.png",
"text": "订单"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/tabBar/user.png",
"selectedIconPath": "static/tabBar/user2.png",
"text": "我的"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sent1/cloud-printing-weixin.git
git@gitee.com:sent1/cloud-printing-weixin.git
sent1
cloud-printing-weixin
校园云打印系统微信小程序
master

搜索帮助