import Vue from 'vue'; export function getAllRoles() { return Vue.$http.get('/role/list/all'); }