1.0.8 • Published 6 years ago

youth-framework v1.0.8

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

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago