product path
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
let productPath = (product_uid) => {
|
||||
if (!product_uid) {
|
||||
return "/product/"; // require(`../assets/img/logo.png`);
|
||||
} else {
|
||||
return "/product/"+ product_uid; // require(`../assets/img/${location}`);
|
||||
}
|
||||
};
|
||||
|
||||
export default productPath
|
||||
Reference in New Issue
Block a user