roles.js 100 B

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