From 5c9504925c4d90f6dd58868bf778f15034e82b0d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 04 七月 2024 16:26:10 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/pc/createview/index.jsx |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/pc/createview/index.jsx b/src/pc/createview/index.jsx
index 2465808..bacaa39 100644
--- a/src/pc/createview/index.jsx
+++ b/src/pc/createview/index.jsx
@@ -175,6 +175,10 @@
               config.components = this.collectTB(config.components)
               config.version = 2.0
             }
+
+            if (_config.getLocation) {
+              config.getLocation = _config.getLocation
+            }
           }
   
           param.LongParam = window.btoa(window.encodeURIComponent(JSON.stringify(config)))

--
Gitblit v1.8.0