ソースを参照

删除测试字段

庄逸洲 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 {