update
This commit is contained in:
6
assets/FishSingle/script/game/config/Config.ts
Normal file
6
assets/FishSingle/script/game/config/Config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { DEV } from 'cc/env'
|
||||
|
||||
export default {
|
||||
url: () => (DEV ? 'https://fish.wanzhuanyongcheng.cn' : 'https://fish.jdt168.com'),
|
||||
wsUrl: () => (DEV ? 'fish.wanzhuanyongcheng.cn' : 'fish.jdt168.com'),
|
||||
}
|
||||
Reference in New Issue
Block a user