功能完善

This commit is contained in:
lzh
2023-02-12 19:08:38 +08:00
parent 9a3693f2c8
commit c6c6e72936
51 changed files with 5015 additions and 3847 deletions

View File

@@ -5,13 +5,13 @@ if (process.env.NODE_ENV === 'development') {
// baseUrl = "http://localhost:7001/";
// socketUrl = "ws://localhost:8001/";
// baseUrl = "http://26077a35f5.wicp.vip:43609/";
baseUrl = "http://192.168.3.108:8083/";
socketUrl = "ws://192.168.3.108:8083/";
baseUrl = "http://www.yyundong.com:8083/";
socketUrl = "ws://8192.168.43.195:8083/";
} else if (process.env.NODE_ENV === 'production') {
// 生产环境
baseUrl = "http://192.168.3.108:8083/";
baseUrl = "http://www.yyundong.com:8083/";
// baseUrl = "http://192.168.43.195:8083/";
socketUrl = "ws://192.168.3.108:8083/";
socketUrl = "ws://192.168.43.195:8083/";
}
const courtConfig = {
//微信公众号APPID