Merge branch 'main' into dev

# Conflicts:
#	src/components/SecondDev/OpinionDialog.vue
This commit is contained in:
2025-10-13 16:08:47 +08:00
19 changed files with 724 additions and 155 deletions

View File

@ -11,11 +11,10 @@ enum Api {
/**
* @description: 查询当前用户授权子系统(不分页包括主系统)
*/
export async function getSubSystemList(params,mode: ErrorMessageMode = 'modal') {
export async function getSubSystemList(mode: ErrorMessageMode = 'modal') {
return defHttp.get<any[]>(
{
url: Api.List,
params
},
{
errorMessageMode: mode,