瀏覽代碼

右键屏蔽和删除本次功能

laiguoran 4 年之前
父節點
當前提交
0f0df2278f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      app/service/stage_audit.js
  2. 1 1
      app/view/layout/layout.ejs

+ 1 - 1
app/service/stage_audit.js

@@ -1028,7 +1028,7 @@ module.exports = app => {
                     // yf_tp: yfPay.tp,
                     // sf_tp: sfPay.tp,
                     // tp_history: JSON.stringify(this.ctx.stage.tp_history),
-                    cache_time_r: this.ctx.stage.cache_time_l,
+                    // cache_time_r: this.ctx.stage.cache_time_l,
                 });
                 // 复制一份最新数据给原报
                 // await this.ctx.service.stagePay.copyAuditStagePays(this.ctx.stage, this.ctx.stage.times + 1, 0, transaction);

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

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