Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6469368

Browse files
committed
bugfix
1 parent 5f15fca commit 6469368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/common/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ <h5>第三方账号登录</h5>
207207
<div style="display:none;">
208208
<script type="text/javascript">
209209
var isHttps = "{{.is_https}}",
210-
cdnDomain = "{{.cdnDomain}}";
210+
cdnDomain = "{{.cdn_domain}}";
211211

212212
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
213213
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F224c227cd9239761ec770bc8c1fb134c' type='text/javascript'%3E%3C/script%3E"));

0 commit comments

Comments
 (0)