diff --git a/pages.json b/pages.json index e3fc2ba..c724ed6 100644 --- a/pages.json +++ b/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": "案例展示" + } } ] } diff --git a/pages_tool/cases/index.vue b/pages_tool/cases/index.vue new file mode 100644 index 0000000..50303ad --- /dev/null +++ b/pages_tool/cases/index.vue @@ -0,0 +1,623 @@ + + + + + \ No newline at end of file diff --git a/pages_tool/seal/medium/detail.vue b/pages_tool/seal/medium/detail.vue new file mode 100644 index 0000000..5010303 --- /dev/null +++ b/pages_tool/seal/medium/detail.vue @@ -0,0 +1,202 @@ + + + + + \ No newline at end of file diff --git a/pages_tool/seal/medium/search.vue b/pages_tool/seal/medium/search.vue new file mode 100644 index 0000000..38f66e9 --- /dev/null +++ b/pages_tool/seal/medium/search.vue @@ -0,0 +1,245 @@ + + + + + \ No newline at end of file diff --git a/pages_tool/seal/structure.vue b/pages_tool/seal/structure.vue new file mode 100644 index 0000000..c8b9c03 --- /dev/null +++ b/pages_tool/seal/structure.vue @@ -0,0 +1,115 @@ + + + + + \ No newline at end of file