瀏覽代碼

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

wangcz 7 年之前
父節點
當前提交
9e51618677
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/mobile/staffManagement/StaffList.vue

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

@@ -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