This commit is contained in:
pushuo 2022-07-18 10:50:48 +08:00
parent e2499a9153
commit 2770fe5de2
3 changed files with 5 additions and 2 deletions

View File

@ -312,7 +312,7 @@
url = `products/${this.link.value}/name`;
break;
case 'category':
url = `categories/${this.link.value}/autocomplete`;
url = `categories/${this.link.value}/name`;
break;
case 'manufacturer':
url = '';

View File

@ -137,6 +137,9 @@
$http.post('design/builder/preview', data, {hload: true}).then((res) => {
// layer.msg(res.message)
console.log(res)
// $(previewWindow.document).find('.module-edit .edit').on('click', function(event) {
// });
})
// console.log(module)
},

View File

@ -77,7 +77,7 @@ Vue.component('module-editor-slideshow', {
},
created: function () {
console.log(this.module)
// console.log(this.module)
},
methods: {