|
@@ -21,12 +21,13 @@
|
|
|
|
|
|
<body>
|
|
|
<app-root></app-root>
|
|
|
-</body>
|
|
|
|
|
|
+ <!--Swiper-->
|
|
|
+ <link rel="stylesheet" href="./assets/dist/css/swiper.min.css">
|
|
|
+ <script src="./assets/dist/js/swiper.min.js"></script>
|
|
|
+ <link rel="stylesheet" href="https://www.layuicdn.com/layui-v2.5.6/css/layui.css">
|
|
|
+ <script src="https://www.layuicdn.com/layui-v2.5.6/layui.js"></script>
|
|
|
+ <script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
|
|
+</body>
|
|
|
</html>
|
|
|
- <!--Swiper-->
|
|
|
- <link rel="stylesheet" href="./assets/dist/css/swiper.min.css">
|
|
|
- <script src="./assets/dist/js/swiper.min.js"></script>
|
|
|
- <link rel="stylesheet" href="https://www.layuicdn.com/layui-v2.5.6/css/layui.css">
|
|
|
- <script src="https://www.layuicdn.com/layui-v2.5.6/layui.js"></script>
|
|
|
- <script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
|
|
+
|