rabin 7 years ago
parent
commit
c1991e7b11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      front/page/device.py

+ 1 - 1
front/page/device.py

@@ -203,7 +203,7 @@ class screens_path(Load):
 		self.data['info'] = farmInfo
 		if not self.data['info']['welcome']:
 			self.data['info']['welcome'] = self.data['info']['name']
-
+		self.data['info']['welcome'] = '保定清苑农业局物联网监测系统'
 		self.data['noset'] = True
 		self.data['stat'] = True
 		self.view("device/screens.html")