update 修改验证码路径适配 cloud ;

This commit is contained in:
Michelle.Chung 2023-07-20 18:35:04 +08:00
parent ac3ad63894
commit 452972c1e4

View File

@ -54,7 +54,7 @@ export function logout() {
*/
export function getCodeImg(): AxiosPromise<VerifyCodeResult> {
return request({
url: '/code',
url: '/auth/code',
headers: {
isToken: false
},