feat: 外部配置请求连接

This commit is contained in:
TsMask
2023-10-17 14:24:30 +08:00
parent 2d98d257cc
commit a1a93d290f
2 changed files with 3 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
*/
(function () {
// host = ip:prot
const host = "192.168.12.12:3030";
const host = "192.168.0.229:3186";
// 服务地址
const baseUrl = `http://${host}`