fix: port 3030 change to 33030

This commit is contained in:
2024-03-08 15:31:45 +08:00
parent 0f3a689b04
commit 249d89af88

View File

@@ -11,7 +11,7 @@
*/
(function () {
// host = ip:port
const host = '192.168.8.100:3030';
const host = '192.168.8.100:33030';
// Service Address
sessionStorage.setItem('baseUrl', `http://${host}`);