|
@@ -544,7 +544,7 @@ export default {
|
|
|
|
|
|
//3.添加栏目池 start ------------------------------------------------------------>
|
|
//3.添加栏目池 start ------------------------------------------------------------>
|
|
ifUrl(value){
|
|
ifUrl(value){
|
|
- //console.log(value)
|
|
|
|
|
|
+ console.log(value)
|
|
if(value == true){
|
|
if(value == true){
|
|
this.form.is_url = 1
|
|
this.form.is_url = 1
|
|
}else{
|
|
}else{
|
|
@@ -608,7 +608,8 @@ export default {
|
|
this.show_url = false;
|
|
this.show_url = false;
|
|
}
|
|
}
|
|
|
|
|
|
- console.log(res.data.is_url)
|
|
|
|
|
|
+ // console.log(res.data.is_url)
|
|
|
|
+ this.form.is_url = res.data.is_url;
|
|
|
|
|
|
//回显外链
|
|
//回显外链
|
|
this.form.web_url = res.data.web_url;
|
|
this.form.web_url = res.data.web_url;
|