Files
jdt-fish-client/assets/FishSingle/script/game/config/Config.ts
2024-05-01 19:13:01 +08:00

7 lines
207 B
TypeScript

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'),
}