1.0.8 • Published 4 years ago

youth-framework v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

framework

#api接口调用实例代码

import Server from 'youth-framework' const url = '/demo'

/ eslint class-methods-use-this: 0 / class API { constructor(server) { this.axios = server.axios }

/**
 * 登录
 */
async login (params) {
    try {
    const res = await this.axios('post', url + '/api/strongLogin', params)
    return res
    } catch (err) {
    throw err
    }
}

}

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago