|
|
|
@ -224,7 +224,7 @@ export default {
|
|
|
|
|
}).then(function (res) {
|
|
|
|
|
if (res.data.success) {
|
|
|
|
|
// me.formValidate.logo = res.data.results;
|
|
|
|
|
me.$set(me.formValidate, "logo", res.data.results);
|
|
|
|
|
me.$set(me.formValidate, "logo", res.data.results.localPath);
|
|
|
|
|
console.log(me.formValidate.logo);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|