From 026f17ebafb85250d9ae9b71b80ae5f07341c172 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 15 五月 2025 16:33:12 +0800
Subject: [PATCH] 动态溯源功能初步完成

---
 src/stores/toolbox.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/stores/toolbox.js b/src/stores/toolbox.js
index 93a5cf3..986e7a2 100644
--- a/src/stores/toolbox.js
+++ b/src/stores/toolbox.js
@@ -2,6 +2,9 @@
 import { defineStore } from 'pinia';
 
 export const useToolboxStore = defineStore('toolbox', () => {
+  const selectedDistrict = ref(null);
+  // 寮�鍏宠鏀垮尯鍒�
+  const districtStatus = ref(false);
   // 寮�鍏冲湴鐗╂爣娉�
   const featuresStatus = ref(false);
   // 寮�鍏冲崼鏄熷湴鍥�
@@ -18,6 +21,8 @@
   const sceneSearchStatus = ref(true);
 
   return {
+    selectedDistrict,
+    districtStatus,
     featuresStatus,
     satelliteStatus,
     controlbarStatus,

--
Gitblit v1.9.3