|
@@ -3,15 +3,15 @@
|
|
|
<head>
|
|
|
<title>测试页面</title>
|
|
|
|
|
|
+ <!--引入公共资源头部-->
|
|
|
+ {{include "/big-member/meta.html"}}
|
|
|
+
|
|
|
<!--S-当前页必定需要预加载的资源-->
|
|
|
<link rel="preload" as="style" href=//cdn.jsdelivr.net/npm/reset-css@4.0.1/reset.min.css />
|
|
|
<link rel="preload" as="style" href=//cdn.jsdelivr.net/npm/vant@2.8.2/lib/index.css />
|
|
|
<link rel="preload" as="style" href=//cdn.jsdelivr.net/npm/vant@2.8.2/lib/icon/local.css />
|
|
|
<!--E-当前页必定需要预加载的资源-->
|
|
|
|
|
|
- <!--引入公共资源头部-->
|
|
|
- {{include "/big-member/meta.html"}}
|
|
|
-
|
|
|
<!--S-当前页面的css资源-->
|
|
|
<link rel="stylesheet" href=//cdn.jsdelivr.net/npm/reset-css@4.0.1/reset.min.css />
|
|
|
<link rel="stylesheet" href=//cdn.jsdelivr.net/npm/vant@2.8.2/lib/index.css />
|