From 3f98374988b704722e5681f070deca4d080dcc92 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Thu, 18 Apr 2024 15:11:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=87=E7=AD=BE=E7=BC=93?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 40 ++++++++++++++++++++++++++++++++++++++++ pages/home/home.vue | 25 +++++++++++++++---------- vuex/modules/data.js | 39 +++++++++++++++++++++++++++++++++++++++ vuex/store.js | 4 +++- vuex/types.js | 5 ++++- 5 files changed, 101 insertions(+), 12 deletions(-) create mode 100644 vuex/modules/data.js diff --git a/pages.json b/pages.json index 3fcb9de..e0df45e 100644 --- a/pages.json +++ b/pages.json @@ -286,6 +286,46 @@ } } + ,{ + "path" : "pages/SecondPhase/production/SboProdProgress", + "style" : + { + "navigationStyle": "custom" + } + + } + ,{ + "path" : "pages/SecondPhase/production/SboProcess", + "style" : + { + "navigationStyle": "custom" + } + + } + ,{ + "path" : "pages/SecondPhase/production/BakeProcess", + "style" : + { + "navigationStyle": "custom" + } + + } + ,{ + "path" : "pages/SecondPhase/production/ManmadeBake", + "style" : + { + "navigationStyle": "custom" + } + + } + ,{ + "path" : "pages/SecondPhase/production/SurfaceProcess", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/home/home.vue b/pages/home/home.vue index 9bfa40c..79c30a7 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -31,7 +31,7 @@ - + {{title}} {{e.title}} @@ -43,8 +43,8 @@