fix: frontend error reporting route - bypass auth middleware

- Create handle/controller/Log.php (no auth) for dealer error reports
- Update error-report.js URL: /index/log_report → /log/report
- index app already has Log controller at /log/report
This commit is contained in:
testadmin
2026-05-14 11:37:58 +08:00
parent 3766975897
commit 817e262140
2 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
(function() {
var reportUrl = '/index/log_report';
var reportUrl = '/log/report';
var queue = [];
var sending = false;