Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f15fca commit 6469368Copy full SHA for 6469368
template/common/layout.html
@@ -207,7 +207,7 @@ <h5>第三方账号登录</h5>
207
<div style="display:none;">
208
<script type="text/javascript">
209
var isHttps = "{{.is_https}}",
210
- cdnDomain = "{{.cdnDomain}}";
+ cdnDomain = "{{.cdn_domain}}";
211
212
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
213
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F224c227cd9239761ec770bc8c1fb134c' type='text/javascript'%3E%3C/script%3E"));
0 commit comments