sk-matrix-project/app/wails/frontend/index.html

21 lines
590 B
HTML
Raw Permalink Normal View History

2023-07-05 16:41:13 +08:00
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>wails</title>
2023-07-25 02:12:00 +08:00
<script type="text/javascript">
window._AMapSecurityConfig = {
// serviceHost:'您的代理服务器域名或地址/_AMapService',
// 例如 serviceHost:'http://1.1.1.1:80/_AMapService',
securityJsCode: "5d02234aa9de86567268e33be3c22aef"
}
</script>
2023-07-05 16:41:13 +08:00
</head>
<body>
<div id="app"></div>
<script src="./src/main.js" type="module"></script>
</body>
</html>