2023-02-27
功能完善
This commit is contained in:
@@ -5,11 +5,11 @@ if (process.env.NODE_ENV === 'development') {
|
||||
// baseUrl = "http://localhost:7001/";
|
||||
// socketUrl = "ws://localhost:8001/";
|
||||
// baseUrl = "http://26077a35f5.wicp.vip:43609/";
|
||||
baseUrl = "http://www.yyundong.com:8083/";
|
||||
baseUrl = "http://mall.yyundong.com/portalapi/api/";
|
||||
socketUrl = "ws://8192.168.43.195:8083/";
|
||||
} else if (process.env.NODE_ENV === 'production') {
|
||||
// 生产环境
|
||||
baseUrl = "http://www.yyundong.com:8083/";
|
||||
baseUrl = "http://mall.yyundong.com/portalapi/api/";
|
||||
// baseUrl = "http://192.168.43.195:8083/";
|
||||
socketUrl = "ws://192.168.43.195:8083/";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user