ball_admin/src/util/config.ts

5 lines
88 B
TypeScript

class Config {
static baseUrl = "https://hj.quwanya.cn/v1"
}
export default Config;