From cf5189bd7ac75df2b96a98a04546ec4581e1aea9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 03 七月 2024 23:06:58 +0800 Subject: [PATCH] 2024-07-03 --- 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