fix: 配置文件key为字符串
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
const host = '192.168.8.100:3030';
|
||||
|
||||
// Service Address 服务地址
|
||||
sessionStorage.setItem(baseUrl, `http://${host}`);
|
||||
sessionStorage.setItem('baseUrl', `http://${host}`);
|
||||
// websocket Address
|
||||
sessionStorage.setItem(wsUrl, `ws://${host}`);
|
||||
sessionStorage.setItem('wsUrl', `ws://${host}`);
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user