From c2e36c45578e63ad17c5e258c92d62d9ae03dadb Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 30 五月 2025 11:55:52 +0800
Subject: [PATCH] Merge branch 'master' of ssh://114.215.109.124:29418/underway-vue

---
 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