add admin conf

This commit is contained in:
ljw
2024-11-11 22:26:55 +08:00
parent a1ed3df60f
commit 4d1da2e89e
6 changed files with 48 additions and 23 deletions
-14
View File
@@ -1,14 +0,0 @@
import request from '@/utils/request'
export function config () {
return request({
url: '/server-config',
method: 'get',
})
}
export function appConfig () {
return request({
url: '/app-config',
method: 'get',
})
}