Browse Source

pref: 处理员工管理角色分配问题

wangcz 7 years ago
parent
commit
9e51618677
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/mobile/staffManagement/StaffList.vue

+ 1 - 1
components/mobile/staffManagement/StaffList.vue

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