From ce17d42203a17120736d796d0e83b3742c4ec441 Mon Sep 17 00:00:00 2001
From: Riku <risaku@163.com>
Date: 星期二, 21 十月 2025 21:54:52 +0800
Subject: [PATCH] 2025.10.21
---
src/components/search/OptionLocation.vue | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/src/components/search/OptionLocation.vue b/src/components/search/OptionLocation.vue
index b4ceed8..857fc7a 100644
--- a/src/components/search/OptionLocation.vue
+++ b/src/components/search/OptionLocation.vue
@@ -39,7 +39,35 @@
{
label: '闀垮畞鍖�',
value: '310105'
+ },
+ {
+ label: '闈欏畨鍖�',
+ value: '310106'
+ },
+ {
+ label: '寰愭眹鍖�',
+ value: '310104'
+ },
+ {
+ label: '閲戝北鍖�',
+ value: '310116'
}
+ // {
+ // label: '鏅檧鍖�',
+ // value: '310107'
+ // },
+ // {
+ // label: '闂佃鍖�',
+ // value: '310112'
+ // },
+ // {
+ // label: '瀹濆北鍖�',
+ // value: '310113'
+ // },
+ // {
+ // label: '鍢夊畾鍖�',
+ // value: '310114'
+ // },
];
if (import.meta.env.VITE_DATA_MODE == 'jingan') {
--
Gitblit v1.9.3