up ws connect in https #12

This commit is contained in:
lejianwen
2024-11-17 17:34:51 +08:00
parent 56bba381d8
commit 5291270e6a
3 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
window._gwen = {}
window._gwen.kv = {}
const apiserver = localStorage.getItem('api-server')
const apiserver = localStorage.getItem('wc-api-server')
function stringToUint8Array(str) {
var arr = [];