fix(env): fix
This commit is contained in:
@@ -4,8 +4,10 @@ import { Login } from "./types"
|
||||
|
||||
const BASE_PATH =
|
||||
process.env.NEXT_PUBLIC_ENV === "production"
|
||||
? "https://label.soft.cowarobot.com"
|
||||
: "https://label.softtest.cowarobot.com"
|
||||
? "https://label.cowarobot.com"
|
||||
: process.env.NEXT_PUBLIC_ENV === "staging"
|
||||
? "https://label.softtest.cowarobot.com"
|
||||
: "https://label.softtest.cowarobot.com"
|
||||
|
||||
// 获取验证码
|
||||
export const getVerifyCode = (params: { phone: string }) => {
|
||||
|
||||
Reference in New Issue
Block a user