|
|
@ -10,11 +10,14 @@ |
|
|
|
document.addEventListener('touchstart', function(event) { |
|
|
|
if (event.touches.length > 1) { |
|
|
|
event.preventDefault(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}); |
|
|
|
document.addEventListener('gesturestart', function(event) { |
|
|
|
event.preventDefault(); |
|
|
|
}); |
|
|
|
|
|
|
|
}; |
|
|
|
</script> |
|
|
|
<title></title> |
|
|
@ -140,7 +143,7 @@ |
|
|
|
<!--preload-links--> |
|
|
|
<!--app-context--> |
|
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" /> |
|
|
|
<!-- <link rel="icon" href="./static/images/logo2.png" /> --> |
|
|
|
<!-- <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script> |
|
|
|
<script> |
|
|
|