mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-06 14:16:44 +08:00
29 lines
1.2 KiB
HTML
29 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Expires" content="0">
|
|
<meta http-equiv="Pragma" content="no-cache">
|
|
<meta http-equiv="Cache-control" content="no-cache">
|
|
<meta http-equiv="Cache" content="no-cache">
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
|
|
<meta name="ccbpi" content="ebiz" />
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
|
<title></title>
|
|
<script src="<%= BASE_URL %>js/EWebBridge.js"></script>
|
|
<script src="<%= BASE_URL %>js/echarts.min.js"></script>
|
|
<script src="js/map/js/province/guangxi.js"></script>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>We're sorry but h5-standard doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
<!-- <script src="https://cdn.bootcss.com/vue/2.6.10/vue.min.js"></script> -->
|
|
<!-- <script src="https://cdn.bootcss.com/echarts/4.2.1-rc1/echarts.min.js"></script> -->
|
|
|
|
</body>
|
|
</html>
|