fix: 优化端口
This commit is contained in:
@@ -634,7 +634,8 @@
|
||||
<script>
|
||||
const $ = (id) => document.getElementById(id);
|
||||
|
||||
const API_BASE = 'http://localhost:8000';
|
||||
// 相对路径,由 Node 代理到后端,适配 -p/-b 任意端口
|
||||
const API_BASE = '';
|
||||
|
||||
const state = {
|
||||
pollingScan: null,
|
||||
|
||||
Reference in New Issue
Block a user