mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-11 19:12:01 +08:00
后台 工作台 权限管理接口对接
This commit is contained in:
@@ -11,7 +11,7 @@ export function apiSetCopyright(params: any) {
|
||||
|
||||
// 获取网站信息
|
||||
export function apiGetWebsite() {
|
||||
return request.get('/setting.web.web_setting/getWebsite')
|
||||
return request.get('/setting/website')
|
||||
}
|
||||
// 设置网站信息
|
||||
export function apiSetWebsite(params: any) {
|
||||
@@ -64,8 +64,6 @@ export function apiLoginConfigSet(params: any) {
|
||||
}
|
||||
/** E 用户设置 **/
|
||||
|
||||
|
||||
|
||||
// 获取系统日志列表
|
||||
export function apiSystemLogLists(params: any) {
|
||||
return request.get('/setting.system.log/lists', { params })
|
||||
@@ -84,4 +82,4 @@ export function apiAuthAdminEditSelf(params: any) {
|
||||
// 获取管理员信息
|
||||
export function apiAuthAdminMySelf() {
|
||||
return request.post('/auth.admin/mySelf')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user