natasha hace 2 meses
padre
commit
a54f7ab139
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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>