Feat(云灵AI):县域AI和平台AI逻辑区分
This commit is contained in:
@@ -223,6 +223,16 @@ export function getAiSystemInfoTopic() {
|
||||
return request.get('/ai/systemTopic', {}, { login: false })
|
||||
}
|
||||
|
||||
// 获取异常提示配置
|
||||
export function getExceptionConfig() {
|
||||
return request.get('/ai/exceptionConfig', {}, { login: true })
|
||||
}
|
||||
|
||||
// 获取已启用的底部导航配置列表
|
||||
export function getBottomNavigationConfigList() {
|
||||
return request.get('/ai/bottom-navigation/list', {}, { login: true })
|
||||
}
|
||||
|
||||
// 获取通用分享配置
|
||||
export function getWeixinShareConfig() {
|
||||
return request.get('/weixinShareConfig', {}, { login: false })
|
||||
|
||||
Reference in New Issue
Block a user