Browse Source

验证码更换接口路径名

rongxin_prod
张泽亮 2 years ago
parent
commit
c58c21da2b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/api/login/index.js

+ 1
- 1
src/api/login/index.js View File

@@ -62,7 +62,7 @@ export function logout() {
// 获取验证码
export function getCodeImg() {
return request({
url: '/captchaImage',
url: '/gkyzm',
method: 'get',
headers: {
isToken: false


Loading…
Cancel
Save