小程序结构修改
Some checks are pending
deploy / deploy (push) Waiting to run

This commit is contained in:
sjeam 2025-08-13 17:44:53 +08:00
parent 7a21081449
commit 42160a36d5
4 changed files with 107 additions and 132 deletions

View File

@ -18,24 +18,84 @@
"needLogin": true "needLogin": true
}, },
{ {
"path": "pages/tab/home/index", "path": "pages/tab/banquet/index",
"style": { "style": {
"navigationBarTitleText": "菜单分类", "navigationBarTitleText": "首页",
"navigationStyle": "custom" "navigationStyle": "custom"
}, },
"needLogin": true "needLogin": true
}, },
{ {
"path": "pages/tab/list/index", "path": "pages/tab/banquet/cook",
"style": { "style": {
"navigationBarTitleText": "食谱清单", "navigationBarTitleText": "选厨师",
"navigationStyle": "custom" "navigationStyle": "custom"
}, },
"needLogin": true "needLogin": true
}, },
{
"path": "pages/tab/banquet/hotel",
"style": {
"navigationBarTitleText": "选酒店",
"navigationStyle": "custom"
},
"needLogin": true
}
], ],
"subPackages": [ "subPackages": [
{
"root": "pages/banquet",
"pages": [
{
"path": "cook/detail",
"style": {
"navigationBarTitleText": "厨师详情",
"navigationStyle": "custom"
},
"needLogin": true
},
{
"path": "hotel/detail",
"style": {
"navigationBarTitleText": "酒店详情",
"navigationStyle": "custom"
},
"needLogin": true
},
{
"path": "combo/index",
"style": {
"navigationBarTitleText": "餐标选择",
"navigationStyle": "custom"
},
"needLogin": true
},
{
"path": "combo/detail",
"style": {
"navigationBarTitleText": "订单详情",
"navigationStyle": "custom"
},
"needLogin": true
},
{
"path": "order/detail",
"style": {
"navigationBarTitleText": "订单详情",
"navigationStyle": "custom"
},
"needLogin": true
},
{
"path": "order/list",
"style": {
"navigationBarTitleText": "付款列表",
"navigationStyle": "custom"
},
"needLogin": true
}
]
},
{ {
"root": "pages/common", "root": "pages/common",
"pages": [ "pages": [
@ -60,7 +120,6 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "webview/index", "path": "webview/index",
"style": { "style": {
@ -106,98 +165,14 @@
}, },
"needLogin": true "needLogin": true
} }
]
},
{
"root": "pages/banquet",
"pages": [
{
"path": "home/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
},
"needLogin": true
},
{
"path": "cook/list",
"style": {
"navigationBarTitleText": "厨师",
"navigationStyle": "custom"
},
"needLogin": true
},
{
"path": "cook/detail",
"style": {
"navigationBarTitleText": "厨师详情",
"navigationStyle": "custom"
},
"needLogin": true
},
{
"path": "hotel/list",
"style": {
"navigationBarTitleText": "酒店",
"navigationStyle": "custom"
},
"needLogin": true
},
{
"path": "hotel/detail",
"style": {
"navigationBarTitleText": "酒店详情",
"navigationStyle": "custom"
},
"needLogin": true
},
{
"path": "combo/index",
"style": {
"navigationBarTitleText": "餐标选择",
"navigationStyle": "custom"
},
"needLogin": true
},
{
"path": "combo/detail",
"style": {
"navigationBarTitleText": "订单详情",
"navigationStyle": "custom"
},
"needLogin": true
},
{
"path": "order/detail",
"style": {
"navigationBarTitleText": "订单详情",
"navigationStyle": "custom"
},
"needLogin": true
},
{
"path": "order/list",
"style": {
"navigationBarTitleText": "付款列表",
"navigationStyle": "custom"
},
"needLogin": true
}
] ]
} }
], ],
"preloadRule": { "preloadRule": {
"pages/tab/home/index": { "pages/tab/banquet/index": {
"network": "all", "network": "all",
"packages": ["pages/common"] "packages":["pages/common","pages/banquet"]
} }
}, },
"tabBar": { "tabBar": {
@ -209,22 +184,21 @@
{ {
"iconPath": "static/images/tabbar/shouye.png", "iconPath": "static/images/tabbar/shouye.png",
"selectedIconPath": "static/images/tabbar/shouye_selected.png", "selectedIconPath": "static/images/tabbar/shouye_selected.png",
"pagePath": "pages/banquet/home/index", "pagePath": "pages/tab/banquet/index",
"text": "首页" "text": "首页"
}, },
{ {
"iconPath": "static/images/tabbar/shouye.png", "iconPath": "static/images/tabbar/shouye.png",
"selectedIconPath": "static/images/tabbar/shouye_selected.png", "selectedIconPath": "static/images/tabbar/shouye_selected.png",
"pagePath": "pages/banquet/cook/list", "pagePath": "pages/tab/banquet/cook",
"text": "选厨师" "text": "选厨师"
}, },
{ {
"iconPath": "static/images/tabbar/bofang.png", "iconPath": "static/images/tabbar/bofang.png",
"selectedIconPath": "static/images/tabbar/bofang_selected.png", "selectedIconPath": "static/images/tabbar/bofang_selected.png",
"pagePath": "pages/banquet/hotel/list", "pagePath": "pages/tab/banquet/hotel",
"text": "选酒店" "text": "选酒店"
}, },
// { // {
// "iconPath": "static/images/tabbar/shouye.png", // "iconPath": "static/images/tabbar/shouye.png",
// "selectedIconPath": "static/images/tabbar/shouye_selected.png", // "selectedIconPath": "static/images/tabbar/shouye_selected.png",
@ -242,7 +216,8 @@
"selectedIconPath": "static/images/tabbar/wode_selected.png", "selectedIconPath": "static/images/tabbar/wode_selected.png",
"pagePath": "pages/tab/user/index", "pagePath": "pages/tab/user/index",
"text": "我的" "text": "我的"
}] }
]
}, },
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",