third.js 329 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 import request from '@/sheep/request'; export default { // 苹果相关 apple: { // 第三方登录 login: (data) => request({ url: 'third/apple/login', method: 'POST', data, custom: { showSuccess: true, loadingMsg: '登录中', }, }), }, };