1 Star 0 Fork 0

gaohuibing/footer_order

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.86 KB
一键复制 编辑 原始数据 按行查看 历史
gaohuibing 提交于 2024-03-08 16:17 . first commit
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "我要订餐",
"enablePullDownRefresh": false, //设置为true表示当前页面开启下拉刷新
"backgroundTextStyle": "dark" //下拉 loading 的样式,仅支持 dark/ligh
}
},
{
"path": "pages/mine/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false, //设置为true表示当前页面开启下拉刷新
"backgroundTextStyle": "dark" //下拉 loading 的样式,仅支持 dark/ligh
}
},
{
"path": "pages/mine/edit",
"style": {
"navigationBarTitleText": "个人信息",
"enablePullDownRefresh": false, //设置为true表示当前页面开启下拉刷新
"backgroundTextStyle": "dark" //下拉 loading 的样式,仅支持 dark/ligh
}
},
{
"path": "pages/record/index",
"style": {
"navigationBarTitleText": "订餐记录",
"enablePullDownRefresh": false, //设置为true表示当前页面开启下拉刷新
"backgroundTextStyle": "dark" //下拉 loading 的样式,仅支持 dark/ligh
}
},
{
"path": "pages/index/success",
"style": {
"navigationBarTitleText": "预订成功",
"enablePullDownRefresh": false, //设置为true表示当前页面开启下拉刷新
"backgroundTextStyle": "dark" //下拉 loading 的样式,仅支持 dark/ligh
}
},
{
"path": "pages/manage/index",
"style": {
"navigationBarTitleText": "食堂管理",
"enablePullDownRefresh": false, //设置为true表示当前页面开启下拉刷新
"backgroundTextStyle": "dark" //下拉 loading 的样式,仅支持 dark/ligh
}
},
{
"path": "pages/manage/list",
"style": {
"navigationBarTitleText": "订餐详情",
"enablePullDownRefresh": false, //设置为true表示当前页面开启下拉刷新
"backgroundTextStyle": "dark" //下拉 loading 的样式,仅支持 dark/ligh
}
},
{
"path": "pages/manage/sale",
"style": {
"navigationBarTitleText": "售票",
"enablePullDownRefresh": false, //设置为true表示当前页面开启下拉刷新
"backgroundTextStyle": "dark" //下拉 loading 的样式,仅支持 dark/ligh
}
},
{
"path": "pages/manage/worker",
"style": {
"navigationBarTitleText": "员工列表",
"enablePullDownRefresh": false, //设置为true表示当前页面开启下拉刷新
"backgroundTextStyle": "dark" //下拉 loading 的样式,仅支持 dark/ligh
}
}
,
{
"path": "pages/manage/record",
"style": {
"navigationBarTitleText": "售票记录",
"enablePullDownRefresh": false, //设置为true表示当前页面开启下拉刷新
"backgroundTextStyle": "dark" //下拉 loading 的样式,仅支持 dark/ligh
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "圣源复订餐助手",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff"
},
"tabBar": {
"color": "#666",
"selectedColor": "#2288EE",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"height": "50px",
"fontSize": "10px",
"iconWidth": "24px",
"spacing": "3px",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/image/home.png",
"selectedIconPath": "static/image/home_active.png",
"text": "我要订餐"
},
{
"pagePath": "pages/record/index",
"iconPath": "static/image/record.png",
"selectedIconPath": "static/image/record_active.png",
"text": "订餐记录"
},
{
"pagePath": "pages/mine/index",
"iconPath": "static/image/mine.png",
"selectedIconPath": "static/image/mine_active.png",
"text": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gaohuibing/footer_order.git
git@gitee.com:gaohuibing/footer_order.git
gaohuibing
footer_order
footer_order
master

搜索帮助