2025-09-11 15:00:57 +08:00
|
|
|
|
<!doctype html>
|
|
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
|
<head>
|
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2025-09-22 16:40:33 +08:00
|
|
|
|
<title>触客宝</title>
|
2025-09-11 15:00:57 +08:00
|
|
|
|
<style>
|
|
|
|
|
|
html {
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
}
|
|
|
|
|
|
</style>
|
|
|
|
|
|
<!-- 引入 uni-app web-view SDK(必须) -->
|
|
|
|
|
|
<script type="text/javascript" src="/websdk.js"></script>
|
2025-11-21 18:30:12 +08:00
|
|
|
|
<script
|
|
|
|
|
|
charset="utf-8"
|
2025-11-22 11:45:53 +08:00
|
|
|
|
src="https://map.qq.com/api/gljs?v=1.exp&libraries=service&key=7DZBZ-ZSRK3-QJN3W-O5VTV-4E2P6-7GFYX"
|
2025-11-21 18:30:12 +08:00
|
|
|
|
></script>
|
2025-09-11 15:00:57 +08:00
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|