diff --git a/components/NavBar.vue b/components/NavBar.vue
new file mode 100644
index 0000000..9a5f5cf
--- /dev/null
+++ b/components/NavBar.vue
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
diff --git a/pages.json b/pages.json
index 99467f1..60bc8c6 100644
--- a/pages.json
+++ b/pages.json
@@ -4,7 +4,7 @@
"path" : "pages/login/login",
"style": {
"navigationStyle": "custom"
- }
+ }
}
,{
"path" : "pages/home/home",
@@ -54,34 +54,56 @@
}
,{
"path" : "pages/ProductManage/EmptyPipeInStore",
- "style" : {
- "navigationBarTitleText": "空管入库",
- "navigationStyle": "default",
- "enablePullDownRefresh": false
+ "style": {
+ "navigationStyle": "custom"
}
}
,{
"path" : "pages/ProductManage/ZjCasing",
"style" : {
"navigationBarTitleText": "子卷套管",
- "navigationStyle": "default",
- "enablePullDownRefresh": false
+ "app-plus": {
+ "titleNView": {
+ "buttons":[
+ {
+ "type":"home"
+ }
+ ]
+ }
+ },
+ "enablePullDownRefresh": false
}
}
,{
"path" : "pages/ProductManage/ZjDelivery",
"style" : {
"navigationBarTitleText": "子卷配送",
- "navigationStyle": "default",
- "enablePullDownRefresh": false
+ "app-plus": {
+ "titleNView": {
+ "buttons":[
+ {
+ "type":"home"
+ }
+ ]
+ }
+ },
+ "enablePullDownRefresh": false
}
}
,{
"path" : "pages/ProductManage/ZjOutStore",
"style" : {
"navigationBarTitleText": "子卷出站",
- "navigationStyle": "default",
- "enablePullDownRefresh": false
+ "app-plus": {
+ "titleNView": {
+ "buttons":[
+ {
+ "type":"home"
+ }
+ ]
+ }
+ },
+ "enablePullDownRefresh": false
}
}
,{
diff --git a/pages/ProductManage/EmptyPipeInStore.vue b/pages/ProductManage/EmptyPipeInStore.vue
index 239d03a..d9c079f 100644
--- a/pages/ProductManage/EmptyPipeInStore.vue
+++ b/pages/ProductManage/EmptyPipeInStore.vue
@@ -1,15 +1,28 @@
-
-
+
+
+
+
+
+
+
+
+
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 4bc171b..83e01a7 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -18,20 +18,31 @@