From 325aa13d3b61d1c066f8fcab107003ef36713df3 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 16 一月 2025 10:20:09 +0800 Subject: [PATCH] 2025-01-16 --- src/index.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/index.js b/src/index.js index ffec123..42a037d 100644 --- a/src/index.js +++ b/src/index.js @@ -124,6 +124,10 @@ GLOB.mainSystemApi = 'https://cloud.positecgroup.com/webapi/dostars' + if (config.style_appkey) { + GLOB.style_appkey = config.style_appkey + } + // GLOB.mainSystemApi = 'https://sso.mk9h.cn/cloud/webapi/dostars' // if (!/^https/.test(window.location.protocol)) { // https杞崲 // GLOB.mainSystemApi = 'http://sso.mk9h.cn/cloud/webapi/dostars' -- Gitblit v1.8.0