Commit 2a3d16d9 authored by 邓超's avatar 邓超

fix: 修改元数据报错问题

parent 907e1a7e
Pipeline #62498 passed with stages
......@@ -149,7 +149,7 @@ const AddModal = props => {
GISServerPort: obj.port,
gsAppName: obj.servicename,
gsUser: obj.user,
gsPwd: btoa(obj.password),
gsPwd: obj.password,
isGeoServer: true,
_version: 9999,
};
......@@ -253,8 +253,8 @@ const AddModal = props => {
? workList.map((item, index) => (
<Option key={index} value={item}>
{item}
</Option>
))
</Option>
))
: ''}
</Select>
<Button
......
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