Browse Source

点检中心

lilei 4 years ago
parent
commit
8f37caaff9

+ 6 - 0
pages.json

@@ -179,6 +179,12 @@
 				"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
 			}
 		}
+        ,{
+            "path" : "pages/spotCheckCenter/spotChecking",
+            "style" : {
+				"navigationBarTitleText": "点检中心"
+			}
+        }
     ],
 	"globalStyle": {
 		"navigationBarTitleText": "智能巡店",

+ 2 - 2
pages/index/index.vue

@@ -67,7 +67,7 @@ export default {
 					icon: 'dianjian',
 					color: '#ff5500',
 					name: '点检中心',
-					url:'/pages/welcomeVehicle?orderType=2&title=保养开单',
+					url:'/pages/spotCheckCenter/spotChecking',
 					target: 'page',
 					auth: true
 				},
@@ -85,7 +85,7 @@ export default {
 					icon: 'tubiaokuwenjian-gengxin-',
 					color: '#d0527e',
 					name: '巡店记录',
-					url:'/pages/more',
+					url:'/pages/shopTourRecord/shopTourRecord',
 					target: 'page',
 					auth: true
 				}

+ 22 - 0
pages/spotCheckCenter/spotChecking.vue

@@ -0,0 +1,22 @@
+<template>
+	<view>
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style>
+
+</style>

File diff suppressed because it is too large
+ 0 - 1
unpackage/dist/dev/app-plus/app-config-service.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/app-plus/app-service.js


File diff suppressed because it is too large
+ 12 - 9
unpackage/dist/dev/app-plus/app-view.js


Some files were not shown because too many files changed in this diff