32 lines
1.3 KiB
Vue
32 lines
1.3 KiB
Vue
|
|
<!--
|
||
|
|
* @Author: liucun-0626 1511974295@qq.com
|
||
|
|
* @Date: 2023-10-30 14:23:18
|
||
|
|
* @LastEditors: liucun-0626 1511974295@qq.com
|
||
|
|
* @LastEditTime: 2023-11-03 10:23:47
|
||
|
|
* @FilePath: \qingdaoBank_new\index.html
|
||
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||
|
|
-->
|
||
|
|
<!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>
|