From 12ce6b636a5e83176ad09838d180adb11257077e Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期五, 07 七月 2023 14:30:54 +0800 Subject: [PATCH] 1 --- src/store/index.ts | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/store/index.ts b/src/store/index.ts index ae16411..2bdf8af 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -6,6 +6,14 @@ key: "", uname: "", token: "", + spatialQueryData: { + pageIndex: 1, + pageSize: 10, + name: null, + wkt: null, + hasGeom: null, + filter: null, + }, }, mutations: { //鑾峰彇鐧诲綍Code -- Gitblit v1.9.3