功能完善
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user