feat: 增加介质材料模块及案例展示模块

This commit is contained in:
2025-12-23 15:09:34 +08:00
parent bccb572552
commit 306a6af89c
5 changed files with 1223 additions and 0 deletions

View File

@@ -850,6 +850,44 @@
// #endif
"navigationBarTitleText": "小程序发货"
}
},
//******************介质材料模块******************
{
"path": "seal/structure",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "结构选型"
}
},
{
"path": "seal/medium/search",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "介质材料搜索"
}
},
{
"path": "seal/medium/detail",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "搜索结果"
}
},
//******************案例展示******************
{
"path": "cases/index",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "案例展示"
}
}
]
}