perf(仪表板): 分享功能增加全局禁用以及有效期密码必填设置 #12815 #12816

This commit is contained in:
fit2cloud-chenyw
2024-10-29 16:48:46 +08:00
parent ad75afa456
commit e7d2cc82b9
22 changed files with 471 additions and 58 deletions

View File

@@ -121,3 +121,10 @@ export const queryOuterParamsDsInfo = async dvId => {
loading: false
})
}
export const queryShareBaseApi = () => {
return request.get({
url: '/sysParameter/shareBase',
loading: false
})
}