From c3984f4ec709a47c839b06359f1d06dfcf21cd59 Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Thu, 28 Mar 2024 13:32:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=B9=8B=E5=89=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 53 +++++++++++++++++++++++++++++++++++------------ pages/agv/agv.vue | 22 ++++++++++++++++++++ 2 files changed, 62 insertions(+), 13 deletions(-) create mode 100644 pages/agv/agv.vue diff --git a/pages.json b/pages.json index 38d5606..9cd384e 100644 --- a/pages.json +++ b/pages.json @@ -1,4 +1,29 @@ { + "globalStyle": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "DOAN", + "navigationBarBackgroundColor": "#FFFFFF", + "tabBar": { + "color": "#7A7E83", + "selectedColor": "#3cc51f", + "borderStyle": "black", + "backgroundColor": "#ffffff", + "list": [ + { + "pagePath": "pages/index/index", + "iconPath": "static/images/tabbar/home.png", + "selectedIconPath": "static/images/home_.png", + "text": "首页" + }, + { + "pagePath": "pages/agv/agv", + "iconPath": "static/images/tabbar/work.png", + "selectedIconPath": "static/images/work_.png", + "text": "AGV" + } + ] + } + }, "pages": [{ "path": "pages/login/login", "style": { @@ -45,25 +70,27 @@ } }, { - "path" : "pages/demo/demo", - "style" : - { - "navigationBarTitleText" : "测试页面", - "enablePullDownRefresh" : false + "path": "pages/demo/demo", + "style": { + "navigationBarTitleText": "测试页面", + "enablePullDownRefresh": false } }, { - "path" : "pages/returnWarehose/returnWarehose", + "path": "pages/returnWarehose/returnWarehose", + "style": { + "navigationBarTitleText": "退库", + "enablePullDownRefresh": false + } + }, + { + "path" : "pages/agv/agv", "style" : { - "navigationBarTitleText" : "退库", + "navigationBarTitleText" : "AGV", "enablePullDownRefresh" : false } } - ], - "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "DOAN", - "navigationBarBackgroundColor": "#FFFFFF" - } + ] + } \ No newline at end of file diff --git a/pages/agv/agv.vue b/pages/agv/agv.vue new file mode 100644 index 0000000..8183fd0 --- /dev/null +++ b/pages/agv/agv.vue @@ -0,0 +1,22 @@ + + + + +