소스 검색

删除测试字段

庄逸洲 5 년 전
부모
커밋
a23a9b4ccc
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      controllers/index_controller.go

+ 0 - 2
controllers/index_controller.go 파일 보기

@@ -27,8 +27,6 @@ func (this *IndexController) Index() {
27 27
 		}
28 28
 	}
29 29
 
30
-	isFromMobile = true
31
-
32 30
 	if isFromMobile {
33 31
 		this.SetTpl("mobile_site/index.html")
34 32
 	} else {