This website works better with JavaScript
Home
Explore
Help
Sign In
lovecoding
/
VIP20
Watch
6
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
76efd45597
Branches
Tags
master
VIP20
/
14_Vue项目
/
day-5
/
vue2-shop
/
src
/
api
/
roles.js
roles.js
100 B
History
Raw
1
2
3
4
5
import Vue from 'vue';
export function getAllRoles() {
return Vue.$http.get('/role/list/all');
}