Logo white

baoman / Ezquiz_Platform

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Ezquiz_Platform
  • src
  • api
  • apis
  • role.js
  • 备课组题细节调整,随堂问列表页面开发完成
    b769660c
    梁保满 authored
    2022-12-09 09:12:10 +0800  
    Browse Code »
role.js 188 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11

import service from "../axios"
import roleUrls from "../urls/role"

export default {
  // 获取权限列表
  fetchGetRoleList () {
    return service.post(roleUrls.getRoleList)
  },
}