@@ -296,7 +296,7 @@
},
// 获取角色
getRoles () {
- this.$http.get('/btob/account/role')
+ this.$http.get('/account/role')
.then(response => {
if (response.data) {
this.rolesList = response.data