Commit f341cc82 authored by 黄奎's avatar 黄奎

页面修改

parent 58f64ef6
...@@ -64,7 +64,8 @@ ...@@ -64,7 +64,8 @@
SecretId: '', SecretId: '',
SecretKey: '', SecretKey: '',
ImgStyle: '', ImgStyle: '',
UploadDomain:'' UploadDomain:'',
IsDefault:0,
}, },
statusData:[], //状态数据 statusData:[], //状态数据
} }
...@@ -81,6 +82,7 @@ ...@@ -81,6 +82,7 @@
this.objOption.SecretId=this.saveObj.SecretId; this.objOption.SecretId=this.saveObj.SecretId;
this.objOption.SecretKey=this.saveObj.SecretKey; this.objOption.SecretKey=this.saveObj.SecretKey;
this.objOption.UploadDomain=this.saveObj.UploadDomain; this.objOption.UploadDomain=this.saveObj.UploadDomain;
this.objOption.IsDefault=this.saveObj.IsDefault;
} }
this.getStatus(); this.getStatus();
......
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