|
|
@@ -2,12 +2,12 @@
|
|
|
<html {{ HTML_ATTRS }}>
|
|
|
|
|
|
<head>
|
|
|
- <link rel="stylesheet" type="text/css" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" />
|
|
|
- <link rel="stylesheet" type="text/css" href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" />
|
|
|
- <link rel="stylesheet" type="text/css" href="https://cdn.bootcss.com/element-ui/1.3.7/theme-default/index.css" />
|
|
|
+ <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" />
|
|
|
+ <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
|
|
|
+ <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/element-ui/1.3.7/theme-default/index.css" />
|
|
|
<!--<link rel="stylesheet" type="text/css" href="https://at.alicdn.com/t/font_0d1jjt5tukcblnmi.css"/>-->
|
|
|
<link rel="stylesheet" type="text/css" href="https://at.alicdn.com/t/font_452262_7ji4kygow4.css">
|
|
|
- <link rel="stylesheet" type="text/css" href="https://cdn.bootcss.com/Swiper/3.4.2/css/swiper.css" />
|
|
|
+ <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.4.2/css/swiper.min.css" />
|
|
|
<!--<script src="https://wechatfe.github.io/vconsole/lib/vconsole.min.js?v=3.2.0"></script>-->
|
|
|
{{ HEAD }}
|
|
|
<script>
|
|
|
@@ -31,7 +31,7 @@
|
|
|
}
|
|
|
// cnzz
|
|
|
var hm = d.createElement("script");
|
|
|
- hm.src = "https://hm.baidu.com/hm.js?5701b143e26c91522f816effc41f5df0;"
|
|
|
+ hm.src = "https://hm.baidu.com/hm.js?5701b143e26c91522f816effc41f5df0";
|
|
|
var s = d.getElementsByTagName("script")[0];
|
|
|
s.parentNode.insertBefore(hm, s);
|
|
|
var cnzz_protocol = (("https" === w.location.protocol.split(':')[0]) ? " https://" : " http://");
|