api.js

var test = {
    $config: {
        baseURL: '/tes/'
    },
    async zi(data) {
        return await this.$get('zi', data);
    }
};
export { test };