前端静态文件内容更新

This commit is contained in:
meilin.huang
2021-11-22 16:40:20 +08:00
parent e8d04413f6
commit a8824d2f18
56 changed files with 5537 additions and 4503 deletions

4
server/static/config.js Normal file
View File

@@ -0,0 +1,4 @@
window.globalConfig = {
"BaseApiUrl": "http://localhost:8888",
"BaseWsUrl": "ws://localhost:8888"
}