You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
reagent_manage/vue/public/index.html

37 lines
1.5 KiB

6 years ago
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="0">
6 years ago
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta content="webkit" name="renderer">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<link href="<%= BASE_URL %>favicon.ico" rel="icon">
<title><%= webpackConfig.name %></title>
</head>
<body>
<div id="app"></div>
</body>
<!--echarts-->
<script defer src="https://cdn.bootcss.com/echarts/4.6.0/echarts.min.js"></script>
<script defer src="/static/echarts/macarons.js"></script>
6 years ago
<!--两种图片预览插件-->
6 years ago
<link href="https://cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css" rel="stylesheet">
<link href="https://cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css" rel="stylesheet">
<script defer src="https://cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.js"></script>
<script defer src="https://cdn.bootcss.com/photoswipe/4.1.3/photoswipe-ui-default.min.js"></script>
6 years ago
<link href="https://cdn.bootcss.com/viewerjs/1.5.0/viewer.min.css" rel="stylesheet">
<script async src="https://cdn.bootcss.com/viewerjs/1.5.0/viewer.min.js"></script>
6 years ago
<!--excel-->
<script async src="/static/js/xlsx.full.min.js"></script>
<script async src="/static/js/exceljs.min.js"></script>
<!--富文本-->
<script async src="https://cdn.bootcdn.net/ajax/libs/tinymce/5.3.1/tinymce.min.js"></script>
6 years ago
</html>