指标字典
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Login } from './interface'
|
||||
import { ADMIN as rePrefix } from '@/api/config/serviceName'
|
||||
import http from '@/api'
|
||||
import type { Dict } from '../interface'
|
||||
/**
|
||||
* @name 登录模块
|
||||
*/
|
||||
@@ -22,4 +23,10 @@ export const getAuthButtonListApi = () => {
|
||||
// 用户退出登录
|
||||
export const logoutApi = () => {
|
||||
return http.post(`${rePrefix}/logout`)
|
||||
}
|
||||
}
|
||||
|
||||
//获取下拉框列表
|
||||
export const getDictList = (params:string) =>{
|
||||
return http.post('/dictData/dictDataCache',params)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user