Files
hospital-rescue-app-v2/uni_modules/x-openweb/utssdk/web/index.uts
T
2026-09-24 16:25:22 +08:00

4 lines
64 B
Plaintext

export function openWeb(url : string) {
location.href = url;
}