Skip to content

Commit

Permalink
更改js导入使用三方cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
huoxue1 committed Jun 19, 2021
1 parent 83dac3f commit beec852
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 21,774 deletions.
18 changes: 12 additions & 6 deletions gui/static/html/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,17 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">

<link rel="stylesheet" href="../../static/css/layui.css" media="all">
<script src="../../static/js/jquery.js"></script>
<script src="../../static/js/layui.js"></script></head>
<script src="../../static/js/vue.js"></script>
<script src="../../static/js/axios.js"></script>
<!-- 引入 layui.css -->
<link rel="stylesheet" href="//unpkg.com/layui@2.6.8/dist/css/layui.css">

<!-- 引入 layui.js -->
<script src="//unpkg.com/layui@2.6.8/dist/layui.js">

<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.0.js"></script>


<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<body onload="f()">

<div class="layui-layout layui-layout-admin">
Expand Down Expand Up @@ -198,7 +204,7 @@
</form>
</div>
</div>
<!--<script src="./layout 管理界面大布局示例 - Layui_files/layui.js.下载" charset="utf-8"></script>-->

<script>


Expand Down
9 changes: 0 additions & 9 deletions gui/static/js/axios.js

This file was deleted.

Loading

0 comments on commit beec852

Please sign in to comment.