diff --git a/themes/default/product.blade.php b/themes/default/product.blade.php index 43a21af4..a866dfd3 100644 --- a/themes/default/product.blade.php +++ b/themes/default/product.blade.php @@ -241,7 +241,7 @@ }, addWishlist() { - $http.post('wishlist', {product_id: this.product.id}).then((res) => { + $http.post('account/wishlist', {product_id: this.product.id}).then((res) => { layer.msg(res.message) }) },