common.js 159 B

123456
  1. import {httpGet,httpPost} from "@/utils/request.js"
  2. //系统中所有用户
  3. export const apiSystemUsers=()=>{
  4. return httpGet('/system/role/seller/list',{})
  5. }