From 923e46421d2c4d0299d9b8facc3d85ae1f46339d Mon Sep 17 00:00:00 2001 From: xiangxy Date: Wed, 22 Mar 2023 17:30:09 +0800 Subject: [PATCH] agvouterror --- pages.json | 34 +++++---- pages/home/home.vue | 48 ++++++------- pages/management/AgvOutError.vue | 120 +++++++++++++++++++++++++++++++ 3 files changed, 164 insertions(+), 38 deletions(-) create mode 100644 pages/management/AgvOutError.vue diff --git a/pages.json b/pages.json index 1520aea..c98217e 100644 --- a/pages.json +++ b/pages.json @@ -1,10 +1,10 @@ -{ - "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - { - "path": "pages/login/login", +{ + "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/login/login", "style": { "navigationStyle": "custom" - } + } }, { "path": "pages/home/home", @@ -17,13 +17,19 @@ "style": { "navigationStyle": "custom" } - } - ], - "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "uni-app", - "navigationBarBackgroundColor": "#F8F8F8", - "backgroundColor": "#F8F8F8" - }, - "uniIdRouter": {} + }, + { + "path": "pages/management/AgvOutError", + "style": { + "navigationStyle": "custom" + } + } + ], + "globalStyle": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "uni-app", + "navigationBarBackgroundColor": "#F8F8F8", + "backgroundColor": "#F8F8F8" + }, + "uniIdRouter": {} } diff --git a/pages/home/home.vue b/pages/home/home.vue index 71ebd5b..abd7991 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -1,4 +1,4 @@ -