MaiXinRong 1 năm trước cách đây
mục cha
commit
228f8c6fc3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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',