Browse Source

refactor: layout屏蔽input鼠标右键回退

lanjianrong 4 years ago
parent
commit
e63b263ecc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/view/layout/layout.ejs

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

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