diff --git a/pages.json b/pages.json index 81cce9b..e363c10 100644 --- a/pages.json +++ b/pages.json @@ -13,7 +13,7 @@ "pages": [{ "path": "pages/index", "style": { - "navigationBarTitleText": "天然气工具集", + "navigationBarTitleText": "首页", "navigationStyle": "custom" } }, @@ -24,15 +24,15 @@ } }, { - "path": "pages/work", + "path": "pages/calc", "style": { - "navigationBarTitleText": "工作台" + "navigationBarTitleText": "天然气工具集" } }, { "path": "pages/template", "style": { - "navigationBarTitleText": "模板" + "navigationBarTitleText": "常用资料" } }, { @@ -250,7 +250,10 @@ "path": "index" }, { - "path": "main" + "path": "main", + "style": { + "navigationBarTitleText": "计算工具" + } } ] } @@ -269,7 +272,7 @@ "text": "首页" }, { - "pagePath": "pages/work", + "pagePath": "pages/calc", "iconPath": "static/images/tabbar/work.png", "selectedIconPath": "static/images/tabbar/work_.png", "text": "计算" diff --git a/pages/work.vue b/pages/calc.vue similarity index 65% rename from pages/work.vue rename to pages/calc.vue index 9714666..58cb627 100644 --- a/pages/work.vue +++ b/pages/calc.vue @@ -1,9 +1,5 @@ @@ -13,8 +9,6 @@ onMounted } from 'vue'; import NGCalTools from '@/pages_caltools/pages/index' - - \ No newline at end of file diff --git a/pages/template.vue b/pages/template.vue index 505e971..9ed8903 100644 --- a/pages/template.vue +++ b/pages/template.vue @@ -1,48 +1,577 @@ - - \ No newline at end of file diff --git a/pages_caltools/components/NGCom.vue b/pages_caltools/components/NGCom.vue index 5a18a65..6626cbe 100644 --- a/pages_caltools/components/NGCom.vue +++ b/pages_caltools/components/NGCom.vue @@ -1,7 +1,7 @@