MaiXinRong 1 年之前
父節點
當前提交
228f8c6fc3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/view/ledger/audit_modal.ejs

+ 1 - 1
app/view/ledger/audit_modal.ejs

@@ -483,7 +483,7 @@
         const btn = $(this);
 
         $.ajax({
-            url: '/profile/code?_csrf_j=' + csrf,
+            url: '/profile/code?_csrf_j=<%= ctx.csrf %>',
             type: 'post',
             data: { mobile: authMobile, type: 'shenpi' },
             dataTye: 'json',