1.0.8 • Published 5 years ago

youth-framework v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago