Files
jdt-fish-client/assets/FishSingle/script/game/config/Config.ts
2024-10-05 04:22:34 +08:00

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