mirror of
https://github.com/zhinianboke/xianyu-auto-reply.git
synced 2025-08-02 12:37:35 +08:00
修改bug
This commit is contained in:
parent
508537492e
commit
d6b249b909
@ -215,7 +215,7 @@
|
||||
let currentPageSize = 20; // 前端分页每页显示数量
|
||||
let totalResults = 0;
|
||||
let authToken = localStorage.getItem('auth_token');
|
||||
const apiBase = 'http://localhost:8080';
|
||||
const apiBase = location.origin;
|
||||
|
||||
// HTML转义函数(全局函数)
|
||||
function escapeHtml(text) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user