heyang 2 years ago
parent
commit
3fa147419b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages.json
  2. 1 1
      pages/mine.vue

+ 1 - 1
pages.json

@@ -618,7 +618,7 @@
 				{
 					"path": "workbench/securityAlert/securityAlertList",//安全警报
 					"style": {
-						"navigationBarTitleText": "安全报"
+						"navigationBarTitleText": "安全报"
 					}
 				},
 				{

+ 1 - 1
pages/mine.vue

@@ -60,7 +60,7 @@
 			<view class="button-max-big-box">
 				<view class="button-max-box" @click="goPage('alarm')" v-if="userType==1">
 					<img class="left-img" src="@/images/icon_003.png">
-					<view>安全报</view>
+					<view>安全报</view>
 					<view class="view-three-one" v-if="securityAlertNum>0">{{securityAlertNum}}</view>
 					<img class="right-img" src="@/images/icon_04.png">
 				</view>