修改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…
Reference in New Issue
Block a user