feat: 增加介质材料模块及案例展示模块
This commit is contained in:
38
pages.json
38
pages.json
@@ -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": "案例展示"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user