“yueshang” 1 жил өмнө
parent
commit
00e2e2502d

+ 18 - 4
pages.json

@@ -224,12 +224,12 @@
 				"style": {
 					"navigationBarTitleText": "隐患管理"
 				}
-			},{
+			}, {
 				"path": "fire/metting_regsiter/metting_sigin",
 				"style": {
 					"navigationBarTitleText": "会议报名"
 				},
-				"query": ["metId","metName"]
+				"query": ["metId", "metName"]
 			},
 			{
 				"path": "fire/inspection_active/index",
@@ -345,14 +345,14 @@
 					"navigationBarTitleText": "编辑微型消防站",
 					"enablePullDownRefresh": false
 				}
-			},{
+			}, {
 				"path": "fire/fire_station/people_fireStation/people_fireStation",
 				"style": {
 					"navigationBarTitleText": "编辑人员",
 					"enablePullDownRefresh": false
 				},
 				"query": ["addId"]
-			},{
+			}, {
 				"path": "fire/fire_station/fireStation_details/fireStation_details",
 				"style": {
 					// 微型消防站详情
@@ -898,6 +898,20 @@
 
 			}
 		]
+	}, {
+		"root": "pagesB",
+		"pages": [{
+			"path": "fire/fireSpecial/index",
+			"style": {
+				"navigationBarTitleText": "特种作业人员"
+			}
+		}, {
+			"path": "fire/fireWork/index",
+			"style": {
+				"navigationBarTitleText": "动火审批",
+				"enablePullDownRefresh": false
+			}
+		}]
 	}],
 	"tabBar": {
 		"color": "#000000",

+ 4 - 0
pages/work/index.vue

@@ -158,6 +158,10 @@ export default {
 				return this.renyuan
 			}else if(val=='fire_inspetItem'){
 				return this.archive;
+			}else if(val=='fireWork'){
+				return this.archive;
+			}else if(val=='fireSpecial'){
+				return this.archive;
 			}
 		},
 		// 顶部个人信息跳转

+ 22 - 0
pagesB/fire/fireSpecial/index.vue

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

+ 22 - 0
pagesB/fire/fireWork/index.vue

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