大屏页面初始化
This commit is contained in:
@@ -3,7 +3,7 @@ import request from '@/utils/request';
|
||||
/**
|
||||
* 获取指标信息列表
|
||||
*/
|
||||
export function getHomeRoleList(params: any) {
|
||||
export function getHomeRoleList(params) {
|
||||
return request({
|
||||
url: '/biz/homeRole/list',
|
||||
method: 'get',
|
||||
@@ -14,7 +14,7 @@ export function getHomeRoleList(params: any) {
|
||||
/**
|
||||
* 获取指标信息列表
|
||||
*/
|
||||
export function getHomeRoleUserList(params: any) {
|
||||
export function getHomeRoleUserList(params) {
|
||||
return request({
|
||||
url: '/biz/homeRole/userList',
|
||||
method: 'get',
|
||||
@@ -59,7 +59,7 @@ export function getHomeRoleSave(data) {
|
||||
/**
|
||||
* 删除角色信息
|
||||
*/
|
||||
export function getHomeRoleDelete(params: any) {
|
||||
export function getHomeRoleDelete(params) {
|
||||
return request({
|
||||
url: '/biz/homeRole/delete',
|
||||
method: 'post',
|
||||
|
||||
Reference in New Issue
Block a user