UNPKG

vue2-webpack5-pack

Version:

开箱即用的 vue2 + Webpack5 项目模板

13 lines (9 loc) 232 B
import ServiceApi from './ServiceApi'; export default Object.assign({ getCode(params){ return this.httpGet('/getCode', params); }, login(data){ return this.httpPost('/login', data); }, }, ServiceApi);