|
|
|
@ -12,8 +12,8 @@
@@ -12,8 +12,8 @@
|
|
|
|
|
</el-option> |
|
|
|
|
</el-select> |
|
|
|
|
<div class="Submit1"> |
|
|
|
|
<!-- <el-button @click="skinSubmit" :loading="skinloading" type="primary">提交</el-button> --> |
|
|
|
|
<a v-if="skinvalue" class="to_front_web" target="_blank" :href="skinLink"><el-button type="success" round>查看{{skinlabel}}站点</el-button></a> |
|
|
|
|
<el-button @click="skinSubmit" :loading="skinloading" type="primary">提交</el-button> |
|
|
|
|
<a v-if="skinAsk" class="to_front_web" target="_blank" :href="skinLink"><el-button type="success" round>查看{{skinlabel}}站点</el-button></a> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -33,23 +33,24 @@ export default {
@@ -33,23 +33,24 @@ export default {
|
|
|
|
|
options: [{ |
|
|
|
|
value: 'manual', |
|
|
|
|
label: '文档站', |
|
|
|
|
link:'https://Filesite.io' |
|
|
|
|
link:'/' |
|
|
|
|
}, { |
|
|
|
|
value: 'webdirectory', |
|
|
|
|
label: '导航站', |
|
|
|
|
link:'https://WebDirectory.filesite.io' |
|
|
|
|
link:'/' |
|
|
|
|
}, { |
|
|
|
|
value: 'googleimage', |
|
|
|
|
label: '图片站', |
|
|
|
|
link:'https://googleimage.filesite.io/' |
|
|
|
|
link:'/' |
|
|
|
|
}, { |
|
|
|
|
value: 'videoblog', |
|
|
|
|
label: '视频站', |
|
|
|
|
link:'https://Duan.Filesite.io' |
|
|
|
|
link:'/' |
|
|
|
|
}], |
|
|
|
|
skinvalue: '', |
|
|
|
|
skinlabel:'', |
|
|
|
|
skinLink: '', |
|
|
|
|
skinAsk: false, |
|
|
|
|
skinloading:false, |
|
|
|
|
|
|
|
|
|
skinForm:{ |
|
|
|
@ -57,6 +58,12 @@ export default {
@@ -57,6 +58,12 @@ export default {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// 实例还没挂载 |
|
|
|
|
created() { |
|
|
|
|
//this.skinSubmit(); |
|
|
|
|
//console.log(this.imgurl); |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
skinSubmit() { |
|
|
|
|
let thiss = this; |
|
|
|
@ -69,6 +76,7 @@ export default {
@@ -69,6 +76,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
thiss.$message({showClose: true,message: datamain.msg,type: 'success'}); |
|
|
|
|
//this.subloading = false; |
|
|
|
|
this.skinAsk = true; |
|
|
|
|
} else { |
|
|
|
|
thiss.$message({showClose: true,message: datamain.err,type: 'error'}); |
|
|
|
|
} |
|
|
|
|