后台 工作台 权限管理接口对接

This commit is contained in:
Mrtangl
2022-04-12 18:36:34 +08:00
parent 8d52d7e924
commit 32bb1b7b89
11 changed files with 65 additions and 289 deletions

View File

@@ -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')
}
}