添加茶艺师内容管理

This commit is contained in:
wangxiaowei
2025-12-28 13:52:22 +08:00
parent 03044d4366
commit e087cbaeb1
9 changed files with 1368 additions and 47 deletions

View File

@ -555,6 +555,38 @@
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/tea-specialist/reserve",
"type": "page",
"layout": "tabbar",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/tea-specialist/store",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/tea-specialist/address/add",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/tea-specialist/address/list",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
}
]
}