From 590c89e4e62385aa1ef4390f20008e3b6c0f8f1c Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 18 三月 2024 16:04:19 +0800
Subject: [PATCH] #

---
 zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx b/zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx
index 5edecb6..9436741 100644
--- a/zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx
+++ b/zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx
@@ -4,7 +4,7 @@
 import { createStyles } from 'antd-style';
 import * as Utils from '../../utils'
 import Http from '@/utils/http';
-import JSON from './json';
+import ShowJson from './showJson';
 
 const useStyles = createStyles(({ token, css }) => {
 
@@ -19,7 +19,7 @@
 
     const contentList = {
         json: (
-            <JSON
+            <ShowJson
                 curSprite={props.curSprite}
             />
         ),

--
Gitblit v1.9.1