【修改】idm系统单点登录
This commit is contained in:
+4
-1
@@ -2,6 +2,8 @@ import { getAction, deleteAction,putAction, postAction, httpAction } from '@/api
|
||||
import Vue from 'vue'
|
||||
import {UI_CACHE_DB_DICT_DATA } from '@/store/mutation-types'
|
||||
|
||||
// idm 系统单点登录 获取用户信息
|
||||
const loginIdmPlatform = (params) => getAction('',params)
|
||||
//角色管理
|
||||
const addRole = (params)=>postAction('/sys/role/add',params)
|
||||
const editRole = (params)=>postAction('/sys/role/edit',params)
|
||||
@@ -180,7 +182,8 @@ export {
|
||||
getContactsById,
|
||||
getFileInfo,
|
||||
getKeyIv,
|
||||
getContactsByCompanyNoLimit
|
||||
getContactsByCompanyNoLimit,
|
||||
loginIdmPlatform
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user