24 lines
903 B
Vue
24 lines
903 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=W6chjxGNs75SdskU38GNfPwUZTvogq2X&s=1"></script>
|
||
|
|
<script src="http://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
|
||
|
|
<!-- 爱山东JSSDK-API -->
|
||
|
|
<!-- 引入爱山东JSSDK(必须) -->
|
||
|
|
<script type="text/javascript" src="https://isdapp.shandong.gov.cn/jmopen/jssdk/index.js"></script>
|
||
|
|
<script type="module" src="./src/utils/aes.js"></script>
|
||
|
|
|
||
|
|
|
||
|
|
<!-- 引入SM2加密库 -->
|
||
|
|
<script type="module" src="./src/utils/SM.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|