使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
zhangbj
/
sso
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
删除测试字段
庄逸洲
6 年前
父节点
72e624ceb3
当前提交
a23a9b4ccc
共有
1 个文件被更改
,包括
0 次插入
和
2 次删除
合并视图
显示文件统计
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 {