From 5ec8805b2728d9b98383f2b2cdb3298ac3864286 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期一, 11 八月 2025 17:46:12 +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