chore: fix typo.
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
CaptainB 2024-09-20 23:53:10 +08:00
parent 9ed0fd0799
commit e99a2fc53e

View File

@ -100,7 +100,7 @@ src="${window.location.origin}/api/application/embed?protocol=${window.location.
dialogVisible.value = true
}
function mapToUrlParams(map) {
function mapToUrlParams(map: any[]) {
const params = new URLSearchParams();
map.forEach((item: any) => {