Browse Source

删除测试字段

庄逸洲 5 years ago
parent
commit
a23a9b4ccc
1 changed files with 0 additions and 2 deletions
  1. 0 2
      controllers/index_controller.go

+ 0 - 2
controllers/index_controller.go View File

27
 		}
27
 		}
28
 	}
28
 	}
29
 
29
 
30
-	isFromMobile = true
31
-
32
 	if isFromMobile {
30
 	if isFromMobile {
33
 		this.SetTpl("mobile_site/index.html")
31
 		this.SetTpl("mobile_site/index.html")
34
 	} else {
32
 	} else {