Archer 3412d7009d
perf: password check;perf: image upload check;perf: sso login check (#3509)
* perf: password check

* perf: image upload check

* perf: sso login check
2025-01-06 12:43:27 +08:00

7 lines
266 B
TypeScript

export const imageBaseUrl = '/api/system/img/';
export const FolderIcon = 'file/fill/folder';
export const FolderImgUrl = '/imgs/files/folder.svg';
export const HttpPluginImgUrl = '/imgs/app/httpPluginFill.svg';
export const HttpImgUrl = '/imgs/workflow/http.png';