From fea063f5c7fdf79d56ada2dd2b8045a44ca2db44 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 08 八月 2025 15:17:55 +0800 Subject: [PATCH] feat: 任务 --- types/global.d.ts | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/types/global.d.ts b/types/global.d.ts index 33ce661..4a7ea86 100644 --- a/types/global.d.ts +++ b/types/global.d.ts @@ -131,16 +131,17 @@ errorLog: string | Array<'production' | 'development'>; } - interface WeMapModel { + interface WeMapModel { latitude?: number; longitude?: number; provinceName?: string; cityName?: string; countyName?: string; - provinceCode?: number; - cityCode?: number; - countyCode?: number; + provinceCode?: string; + cityCode?: string; + countyCode?: string; address?: string; + addressName?: string; } interface CommonAnnexItem { -- Gitblit v1.9.1