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 @@
+
+
+
+
+
+
+
+
+