From b8cde0c39d7b6d58ceff3adf6dea3cb3118ea602 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 13 九月 2022 14:46:15 +0800 Subject: [PATCH] 2022-09-13 --- 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