Commit 94372849 authored by 周宏民's avatar 周宏民

fix: 修改dome报错

parent 44e0093b
Pipeline #61246 failed with stages
in 8 seconds
import React, { useEffect, useState } from 'react';
import Empty from '@wisdom-components/Empty';
import RealTimeInfo from '../index';
import Empty from '@wisdom-components/empty';
import { useEffect, useState } from 'react';
import request from 'umi-request';
import RealTimeInfo from '../index';
const Demo = () => {
const [data, setData] = useState([]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment