|
@@ -11,5 +11,8 @@
|
|
|
<link th:href="@{/css/base/init.css(v=${version})}" rel="stylesheet" type="text/css">
|
|
|
<link th:href="@{/css/base/base.h5.css(v=${version})}" media="screen and (max-width:768px)" rel="stylesheet" type="text/css">
|
|
|
<link th:href="@{/css/base/base.pc.css(v=${version})}" media="screen and (min-width:768px)" rel="stylesheet" type="text/css">
|
|
|
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vant@2.10/lib/index.css" />
|
|
|
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/element-ui/lib/theme-chalk/index.css" />
|
|
|
+ <link rel="stylesheet" href="/lib/element-ui/index.css" />
|
|
|
+ <link rel="stylesheet" href="/lib/element-ui/element-index.css" />
|
|
|
+ <link rel="stylesheet" href="/lib/element-ui/icon.css" />
|
|
|
+<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vant@2.10/lib/index.css" />-->
|
|
|
+<!-- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css" />-->
|