fix: default host port

This commit is contained in:
2023-10-23 18:43:51 +08:00
parent a5a2d68e0f
commit 92c71958ae

View File

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