2 Star 1 Fork 0

LLZ888888 / uni-app-order-food

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
GetOver 提交于 2023-09-05 23:01 . 添加初步的登录逻辑
{
"pages": [{
"path": "pages/index/index",
"style": {
// "navigationBarTitleText": "lili点餐"
}
}, {
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "点餐",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff"
}
}, {
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff"
}
}, {
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff"
}
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "点餐",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
},
"tabBar": {
"color": "#919293",
"selectedColor": "#97AF13",
"backgroundColor": "#fff",
"borderStyle": "black",
"list": [{
"pagePath": "pages/home/index",
"text": "点餐",
"iconPath": "static/image/tabBar/index.png",
"selectedIconPath": "static/image/tabBar/index_selected.png"
}, {
"pagePath": "pages/mine/index",
"text": "我的",
"iconPath": "static/image/tabBar/mine.png",
"selectedIconPath": "static/image/tabBar/mine_selected.png"
}]
}
}
JavaScript
1
https://gitee.com/llz888888/uni-app-order-food.git
git@gitee.com:llz888888/uni-app-order-food.git
llz888888
uni-app-order-food
uni-app-order-food
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891