From 4e1f449cb2ecc9aec9b4b4196a9ca5e8673735fe Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 14 八月 2025 11:02:36 +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