Commit 111c146b999faf79cb9ab765d04e6ac6dd710bfc
1 parent
b6251e1f
fix: DEFECT-551 video.js style file not import
Showing
1 changed file
with
4 additions
and
1 deletions
... | ... | @@ -21,6 +21,9 @@ |
21 | 21 | <meta name="msapplication-config" content="images/browserconfig.xml"> |
22 | 22 | <meta name="mobile-web-app-capable" content="yes"> |
23 | 23 | <meta name="theme-color" content="#d89000"> |
24 | + | |
25 | + <link rel="stylesheet" href="./js/plugin/layui/css/layui.css"> | |
26 | + | |
24 | 27 | <!-- load configure file --> |
25 | 28 | <script src="./js/config/config.js"></script> |
26 | 29 | |
... | ... | @@ -50,7 +53,7 @@ |
50 | 53 | <!-- <link href="https://oss.yuntengcloud.com/iotdocs/thingskit-scada/video-js.min.css" rel="stylesheet"> --> |
51 | 54 | <!-- <script src="https://vjs.zencdn.net/7.10.2/video.min.js"></script> --> |
52 | 55 | <!-- <script src="https://oss.yuntengcloud.com/iotdocs/thingskit-scada/video.min.js"></script> --> |
53 | - <link rel="stylesheet" href="./js/plugin/layui/css/layui.css"> | |
56 | + | |
54 | 57 | <script src="./js/plugin/layui/layui.js"></script> |
55 | 58 | <!-- <link rel="stylesheet" href="https://cdnjs.loli.net/ajax/libs/layui/2.6.8/css/layui.min.css" |
56 | 59 | integrity="sha512-iQBJbsNHXUcgEIgWThd2dr8tOdKPvICwqjPEZYY81z3eMya44A5MiAqfWSCh+Ee1YzNYkdrI982Qhwgr8LEYOQ==" | ... | ... |