feat: Add support for product export in UI (#8281)
* feat: Add support for product export in UI * fix:Return the backend URL for private files of local file provider
This commit is contained in:
@@ -62,6 +62,14 @@ export const RouteMap: RouteObject[] = [
|
||||
path: "create",
|
||||
lazy: () => import("../../routes/products/product-create"),
|
||||
},
|
||||
{
|
||||
path: "import",
|
||||
lazy: () => import("../../routes/products/product-import"),
|
||||
},
|
||||
{
|
||||
path: "export",
|
||||
lazy: () => import("../../routes/products/product-export"),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user