Skip to content

Commit

Permalink
fix: 🐛 锁定unpkg vue和element-ui版本
Browse files Browse the repository at this point in the history
  • Loading branch information
倪俊杰 committed Feb 9, 2022
1 parent 2137064 commit bac9b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mockManagePage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ <h2>接口管理</h2>
</el-row>
</div>
<script src="//unpkg.com/axios/dist/axios.min.js"></script>
<script src="//unpkg.com/vue/dist/vue.min.js"></script>
<script src="//unpkg.com/element-ui/lib/index.js"></script>
<script src="//unpkg.com/vue@^2/dist/vue.min.js"></script>
<script src="//unpkg.com/element-ui@^2/lib/index.js"></script>
<script>
window.WS_IP = '{{ WS_IP }}';
window.WS_PORT = '{{ WS_PORT }}';
Expand Down

0 comments on commit bac9b30

Please sign in to comment.