natasha 2 mesiacov pred
rodič
commit
a54f7ab139
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      src/App.vue

+ 2 - 0
src/App.vue

@@ -1,5 +1,6 @@
 <template>
   <div id="app">
+    <meta name="apple-mobile-web-app-status-bar-style" content="black" />
     <router-view />
     <div
       class="userAgentTips"
@@ -92,6 +93,7 @@ export default {
   mounted() {
     sessionStorage.setItem("lastClickTime", new Date().getTime());
     this.isTimeOut();
+    document.addEventListener("contextmenu", event => event.preventDefault());
   }
 };
 </script>