fix: config.js default host value

This commit is contained in:
2023-12-07 09:46:35 +08:00
parent 84bbeda7fc
commit 6536e8baba

View File

@@ -18,7 +18,7 @@
*/
(function () {
// host = ip:prot
const host = '192.168.2.166:3030';
const host = '192.168.8.100:3030';
// Service Address 服务地址
sessionStorage.setItem(baseUrl, `http://${host}`);