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