Commit 932f4bec authored by 皮倩雯's avatar 皮倩雯

fix: '优化消息平台配置'

parent 64924ae8
Pipeline #64706 passed with stages
...@@ -61,7 +61,7 @@ const EditModal = props => { ...@@ -61,7 +61,7 @@ const EditModal = props => {
const [plan, setPlan] = useState(''); const [plan, setPlan] = useState('');
const [isStart, setIsStart] = useState(false); const [isStart, setIsStart] = useState(false);
const [IISConfig, setIISConfig] = useState(null); const [IISConfig, setIISConfig] = useState(null);
const [isUse, setIsUse] = useState('0'); const [isUse, setIsUse] = useState('1');
const [btnType, setBtnType] = useState('自定义'); const [btnType, setBtnType] = useState('自定义');
const { template, confirmModal, currentPage } = props.location.state; const { template, confirmModal, currentPage } = props.location.state;
const [currentTrench, setCurrentTrench] = useState({ const [currentTrench, setCurrentTrench] = useState({
...@@ -199,6 +199,7 @@ const EditModal = props => { ...@@ -199,6 +199,7 @@ const EditModal = props => {
), ),
}); });
} else { } else {
// setIsUse('1');
setType('add'); setType('add');
setImageUrl(''); setImageUrl('');
setIm(''); setIm('');
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
.imgg { .imgg {
position: relative; position: relative;
top: -95px; top: -65px;
left: -9px; left: -9px;
height: 74px; height: 74px;
width: 74px; width: 74px;
......
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