parent
1e3dc5547a
commit
ca3432c4f0
3 changed files with 44 additions and 3 deletions
@ -0,0 +1,17 @@ |
||||
import request from '@/utils/request'; |
||||
import axios from 'axios'; |
||||
import Cookie from '@/common/cookie'; |
||||
import {getCurrentLanguage, languageCode2BELocalCode} from '@/common/i18n'; |
||||
import {userApi, ethApi} from './app'; |
||||
|
||||
const Host = yyyfApi + '/'; |
||||
|
||||
//登录
|
||||
export function signIn(data) { |
||||
return request({ |
||||
method: 'post', |
||||
url: Host + 'loginFromYyyf/login', |
||||
params: data, |
||||
timeout: -1, |
||||
}); |
||||
} |
Loading…
Reference in new issue