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