UNPKG

ty-mobile-uni

Version:

uView UI,是uni-app生态优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水

8 lines 190 B
import Vue from 'vue'; export function logout(apiObj) { const {url,methodType}=apiObj; return Vue.prototype.request.init({ url: url||'/loginOut', method: methodType||'get' }) }