代码拉取完成,页面将自动刷新
{
"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": "我的"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。