fix: config.js default host value
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
(function () {
|
(function () {
|
||||||
// host = ip:prot
|
// host = ip:prot
|
||||||
const host = '192.168.2.166:3030';
|
const host = '192.168.8.100:3030';
|
||||||
|
|
||||||
// Service Address 服务地址
|
// Service Address 服务地址
|
||||||
sessionStorage.setItem(baseUrl, `http://${host}`);
|
sessionStorage.setItem(baseUrl, `http://${host}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user