29 lines
721 B
HTML
29 lines
721 B
HTML
<!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,maximum-scale=1.0,user-scalable=no,viewport-fit=cover"
|
|
/>
|
|
<!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico" />-->
|
|
<title>纪元-车主续费</title>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong></strong
|
|
>
|
|
</noscript>
|
|
<script>
|
|
var ua = navigator.userAgent;
|
|
var urlPath = window.location.pathname;
|
|
var fullPath = urlPath + window.location.hash + window.location.search || '';
|
|
var needJumpPc = !/(iPhone|iPad|iPod|iOS|Android)/i.test(ua)
|
|
</script>
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|