zhitan-vue/src/api/login.js
@@ -19,6 +19,28 @@ }) } export function loginBySocial(data) { console.log("loginBySocial",data); return request({ url: '/login', headers: { isToken: false, repeatSubmit: false }, method: 'post', data: data }) } // 绑定账号 export function authBinding() { return request({ url: '/binding', method: 'get' }); } // 注册方法 export function register(data) { return request({