From 48d9fca88c60c17d9a591b311a0bd5dc61d1462d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 05 Feb 2026 10:31:55 +0800
Subject: [PATCH] feat:多边形绘制优化,移动端webview存储优化
---
applications/mobile-web-view/src/config/website.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/applications/mobile-web-view/src/config/website.js b/applications/mobile-web-view/src/config/website.js
index 53305b7..54fcd7d 100644
--- a/applications/mobile-web-view/src/config/website.js
+++ b/applications/mobile-web-view/src/config/website.js
@@ -4,7 +4,7 @@
export default {
title: '',
logo: 'S',
- key: 'saber', //配置主键,目前用于存储
+ key: 'mobile', //配置主键,目前用于存储
indexTitle: 'BladeX 微服务平台',
clientId: 'drone', // 客户端id
clientSecret: 'drone_secret', // 客户端密钥
--
Gitblit v1.9.3