fix: 部署配置

This commit is contained in:
TsMask
2023-10-18 19:50:26 +08:00
parent 8c154115e1
commit 9c8d008528

View File

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