|
|
@@ -661,7 +661,7 @@
|
|
|
<el-dialog :title="lang.ssAddH5" :visible.sync="dialogVisible7" :append-to-body="true" width="500px"
|
|
|
:before-close="handleClose" class="dialog_diy lineCss">
|
|
|
<el-form>
|
|
|
- <el-form-item :label="lang.ssTitle" :label-width="formLabelWidth">
|
|
|
+ <el-form-item :label="lang.ssTitle" :label-width="formLabelWidth" v-show="false">
|
|
|
<span>
|
|
|
<el-input :placeholder="lang.ssEnterLinkT" clearable v-model="lineTitle" class="add_input"></el-input>
|
|
|
</span>
|
|
|
@@ -2963,8 +2963,12 @@ export default {
|
|
|
this.dialogVisible7 = false;
|
|
|
},
|
|
|
async isAddOrUpdateLine() {
|
|
|
- if (!this.lineTitle) {
|
|
|
- this.$message.error(this.lang.ssLinkTitle);
|
|
|
+ // if (!this.lineTitle) {
|
|
|
+ // this.$message.error(this.lang.ssLinkTitle);
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
+ if(!this.line){
|
|
|
+ this.$message.error(this.lang.ssCocoLinkTip);
|
|
|
return;
|
|
|
}
|
|
|
//https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/%E6%97%A0%E6%B3%95%E5%93%87%E5%8F%91%E5%99%B6%E5%99%B6%E5%93%87_b634700f-f084-451d-8141-745d516f28c0.html
|