From 10c86c1fab41f01c7bf7fcb9d2f8b624142f6a54 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 13 九月 2022 14:42:33 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/menu/stylecontroller/index.jsx |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/menu/stylecontroller/index.jsx b/src/menu/stylecontroller/index.jsx
index b2bb476..8d96cee 100644
--- a/src/menu/stylecontroller/index.jsx
+++ b/src/menu/stylecontroller/index.jsx
@@ -35,6 +35,7 @@
 import MKEmitter from '@/utils/events.js'
 import asyncComponent from '@/utils/asyncComponent'
 import StyleInput from './styleInput'
+import MainLogo from '@/assets/img/main-logo.png'
 import './index.scss'
 
 const { Panel } = Collapse
@@ -458,7 +459,7 @@
       <Drawer
         title={
           <div className="header-logo">
-            <img src={window.GLOB.mainlogo} alt=""/>
+            <img src={MainLogo} alt=""/>
           </div>
         }
         placement="left"

--
Gitblit v1.8.0