From 68e02ecc84d9969bec95bc2b7fd12ddd2e3f9a53 Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Mon, 16 Jun 2025 17:56:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor(custom):=20=E5=9C=B0=E5=9B=BE=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=95=86=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TiandituPicker.vue | 527 ++++++++++++++++++++++++++++++ src/views/sys/index/index.vue | 17 +- 2 files changed, 537 insertions(+), 7 deletions(-) create mode 100644 src/components/TiandituPicker.vue diff --git a/src/components/TiandituPicker.vue b/src/components/TiandituPicker.vue new file mode 100644 index 0000000..0b8c653 --- /dev/null +++ b/src/components/TiandituPicker.vue @@ -0,0 +1,527 @@ + + + + + diff --git a/src/views/sys/index/index.vue b/src/views/sys/index/index.vue index 2a69eca..d71967e 100644 --- a/src/views/sys/index/index.vue +++ b/src/views/sys/index/index.vue @@ -1,6 +1,7 @@