增加公共状态管理

This commit is contained in:
2025-01-13 18:18:45 +08:00
parent f410719b46
commit 3919dc507c
6 changed files with 100 additions and 11 deletions

View File

@@ -19,4 +19,10 @@ export const commonType = (num) => {
return http.request({
url: `/common/type/${num}`,
})
}
export function getCommonConfig(){
return http.request({
url:'common/getAppUseKv'
})
}