|
|
@@ -69,10 +69,10 @@ class DeployCard extends Component {
|
|
|
description: '',
|
|
|
showOK: false,
|
|
|
functionName: props.defalutName,
|
|
|
- region: props.region,
|
|
|
+ region: props.region === '' ? 'ap-beijing' : props.region,
|
|
|
cosBucketName: 'graphqlfc',
|
|
|
cosObjectName: props.defalutName,
|
|
|
- cosBucketRegion: props.region,
|
|
|
+ cosBucketRegion: props.region === '' ? 'ap-beijing' : props.region,
|
|
|
serviceName: '',
|
|
|
vpcId: '',
|
|
|
subnetId: '',
|