|
|
@@ -859,7 +859,7 @@
|
|
|
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"
|
|
|
@@ -2881,8 +2881,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
|