1 Star 14 Fork 3

清风挽心/原生微信小程序点餐系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 4.50 KB
一键复制 编辑 原始数据 按行查看 历史
清风挽心 提交于 2024-03-08 17:32 . 商城版本V1
{
"pages": [
"pages/home/index",
"pages/classify/index",
"pages/discover/index",
"pages/order/index",
"pages/mine/index",
"pages/logs/logs",
"component/cell/index",
"component/iconfont/index",
"pages/wxpay/index",
"pages/address/list/index",
"pages/address/add-edit/index",
"component/area/index",
"pages/docash/index",
"pages/moneylog/index",
"pages/cash-detail/index",
"pages/login/index",
"component/date-picker/date-picker",
"pages/recharge/index",
"pages/discover/detail/index",
"pages/level_equity/index",
"pages/shop_map/index"
],
"subpackages": [{
"root": "pagesOrder",
"pages": [
"confirm/index",
"wxPay/index",
"goDetails/index",
"orderCancel/index",
"discount-coupon/index",
"dispatch/index",
"evaluate/index"
]
},
{
"root": "pagesGoods",
"pages": [
"detail/index",
"nearShop/index",
"shopgoods/index",
"goods/index",
"goodsAdd/index",
"goodsStock/index"
]
},
{
"root": "pagesUser",
"pages": [
"recharge/index",
"coupon/index",
"share/index",
"service/index",
"address/index",
"address/add-edit/index",
"sign/index",
"points/index",
"collect/index",
"notice/index",
"notice/detail/index",
"feedback/index",
"about/index",
"cooperate/index",
"shopOrder/index",
"shopOrder/goDetails/index",
"income/index",
"income/incomelog/index",
"docash/index",
"docash/docash_log/index",
"points/pointslog/index",
"points/detail/index",
"points/rule/index",
"points/goodslog/index",
"onScan/index",
"staff/index",
"joinStaff/index",
"memberLevel/index",
"shopList/index",
"groupInfo/index",
"selectShop/index",
"selectList/index",
"adjust/index"
]
}
],
"usingComponents": {
"page": "/component/page/index",
"t-nav-bar": "/component/nav-bar/index"
},
"requiredPrivateInfos":[
"getLocation"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ffff",
"navigationBarTitleText": "蜀靓鸭",
"navigationBarTextStyle": "black",
"backgroundColor": "#f5f5f5"
},
"tabBar": {
"backgroundColor": "#FFFFFF",
"borderStyle": "white",
"selectedColor": "#333333",
"list": [{
"pagePath": "pages/home/index",
"iconPath": "images/tabs/home_unselected.png",
"selectedIconPath": "images/tabs/home_selected.png",
"text": "首页"
},
{
"pagePath": "pages/classify/index",
"iconPath": "images/tabs/classify_unselected.png",
"selectedIconPath": "images/tabs/classify_selected.png",
"text": "下单"
},
{
"pagePath": "pages/discover/index",
"iconPath": "images/tabs/discover_unselected.png",
"selectedIconPath": "images/tabs/discover_selected.png",
"text": "分享"
},
{
"pagePath": "pages/order/index",
"iconPath": "images/tabs/allorder.png",
"selectedIconPath": "images/tabs/allorder_unselected.png",
"text": "订单"
},
{
"pagePath": "pages/mine/index",
"iconPath": "images/tabs/mine_unselected.png",
"selectedIconPath": "images/tabs/mine_selected.png",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wizard_123/order_dingcan.git
git@gitee.com:wizard_123/order_dingcan.git
wizard_123
order_dingcan
原生微信小程序点餐系统
master

搜索帮助