浏览代码

删除测试字段

庄逸洲 6 年前
父节点
当前提交
a23a9b4ccc
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      controllers/index_controller.go

+ 0 - 2
controllers/index_controller.go 查看文件

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 {