添加茶艺师页面

This commit is contained in:
wangxiaowei
2025-12-27 17:48:24 +08:00
parent d04f74bcdb
commit 9bdc45731e
8 changed files with 884 additions and 22 deletions

View File

@ -534,6 +534,29 @@
}
}
]
},
{
"root": "bundle_b",
"pages": [
{
"path": "pages/tea-specialist/detail",
"type": "page",
"needLogin": "true",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/tea-specialist/list",
"type": "page",
"needLogin": true,
"layout": "tabbar",
"style": {
"navigationStyle": "custom"
}
}
]
}
]
}