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