mirror of
http://git.keliuyun.com:55676/jiaxiuc123/miniProject.git
synced 2025-12-24 12:38:07 +08:00
19 lines
583 B
HTML
19 lines
583 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width,viewport-fit=cover,initial-scale=1.0,maximum-scale=1.0, user-scalable=no"
|
|
/>
|
|
<title>视频巡店</title>
|
|
<script src="/jessibuca-pro/jessibuca-pro-demo.js"></script>
|
|
<script src="/jessibuca-pro/jessibuca-pro-talk-demo.js"></script>
|
|
<script src="/jessibuca-pro/uni.webview.1.5.5.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="app" class="fullPage"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|