Browse Source

右键屏蔽

laiguoran 5 years ago
parent
commit
b9c245467a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/view/layout/layout.ejs

+ 1 - 1
app/view/layout/layout.ejs

@@ -21,7 +21,7 @@
     <% } %>
 </head>
 
-<body>
+<body oncontextmenu="return false;"> <!--屏蔽input鼠标右键-->
 <div>
 
 </div>