Browse Source

Merge branch 'dev_trial' of ssh://gitea.free-sun.vip:2022/free-sun/FS-IOT into dev_trial

release_0.0.1
wenlele 3 years ago
parent
commit
6c712920c8
  1. 2
      code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/components/nvrModal.jsx

2
code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/components/nvrModal.jsx

@ -1,5 +1,5 @@
import React, { useState } from 'react'
import { Modal, Button,Form,Row,Col,Divider,Spin } from '@douyinfe/semi-ui';
import { Modal,Form,Row,Col,Spin } from '@douyinfe/semi-ui';
import { IconTickCircle } from '@douyinfe/semi-icons';
function nvrModal(props){
const [visible, setVisible] = useState(false);//

Loading…
Cancel
Save