15 lines
498 B
Vue
Raw Permalink Normal View History

2025-04-29 09:38:12 +08:00
<!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>