2018-08-15 16:28:35 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
2019-07-12 10:23:40 +08:00
|
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
|
|
<title>loveRandy</title>
|
2018-08-15 16:28:35 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>
|
2019-07-12 10:23:40 +08:00
|
|
|
<strong>We're sorry but vue-admin doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
2018-08-15 16:28:35 +08:00
|
|
|
</noscript>
|
|
|
|
<div id="app"></div>
|
|
|
|
<!-- built files will be auto injected -->
|
2019-07-12 10:23:40 +08:00
|
|
|
<div class="ajax-loading" id="ajaxLoading" style="display: none;">
|
|
|
|
<div class="overlay"></div>
|
|
|
|
<div class="loading">
|
|
|
|
<img src="https://media.number-7.cn/ebike-h5/static/images/common/loading.gif" alt="">
|
|
|
|
<span>加载中,请稍后...</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-08-15 16:28:35 +08:00
|
|
|
</body>
|
|
|
|
</html>
|