15 lines
498 B
Vue
15 lines
498 B
Vue
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8"/>
|
||
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||
|
|
<link rel="stylesheet" href="./index.css">
|
||
|
|
<title>先培后付、计时支付</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="app"></div>
|
||
|
|
<script type="module" src="/src/main.ts"></script>
|
||
|
|
<script type="text/javascript" src="https://api.map.baidu.com/api?v=2.0&ak=9DaiqVKHGR3P64sFK7zIS0rGxtfuB5Ws&s=1"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|