From be73e1692ebe367d45a0d6459402a5a3ac7edf81 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期五, 08 九月 2023 16:48:20 +0800
Subject: [PATCH] 出图接口对接调试

---
 src/store/index.ts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/store/index.ts b/src/store/index.ts
index 934293f..e7ecb4e 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -40,6 +40,7 @@
       entitiesData: {},
       getData: {},
     },
+    loading: false,
   },
   mutations: {
     // SET_plotting(state, obj) {

--
Gitblit v1.9.3