style: 小图标图片变更
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
/**
|
||||
* config 临时配置参数
|
||||
* config 非Nginx部署可使用的配置参数
|
||||
* Configuration parameters available for non Nginx deployments using config
|
||||
*/
|
||||
(function () {
|
||||
// host = ip:prot
|
||||
const host = "192.168.2.166:3186";
|
||||
|
||||
// 服务地址
|
||||
// Service Address 服务地址
|
||||
const baseUrl = `http://${host}`
|
||||
sessionStorage.setItem("baseUrl", baseUrl)
|
||||
|
||||
// websocket
|
||||
// websocket Address
|
||||
const wsUrl = `ws://${host}`
|
||||
sessionStorage.setItem("wsUrl", wsUrl)
|
||||
})();
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 482 KiB |
Reference in New Issue
Block a user