mirror of https://github.com/EasyAbp/EShop.git
8 changed files with 12 additions and 11 deletions
@ -1,7 +0,0 @@ |
|||
@page |
|||
@inherits EasyAbp.EShop.Baskets.Web.Pages.BasketsPage |
|||
@model EasyAbp.EShop.Baskets.Web.Pages.Baskets.IndexModel |
|||
@{ |
|||
} |
|||
<h1>Baskets</h1> |
|||
<p>A sample page for the Baskets module.</p> |
|||
@ -0,0 +1,7 @@ |
|||
@page |
|||
@inherits EasyAbp.EShop.Baskets.Web.Pages.BasketsPage |
|||
@model EasyAbp.EShop.Baskets.Web.Pages.EShop.Baskets.IndexModel |
|||
@{ |
|||
} |
|||
<h1>Baskets</h1> |
|||
<p>A sample page for the Baskets module.</p> |
|||
@ -1,4 +1,4 @@ |
|||
namespace EasyAbp.EShop.Baskets.Web.Pages.Baskets |
|||
namespace EasyAbp.EShop.Baskets.Web.Pages.EShop.Baskets |
|||
{ |
|||
public class IndexModel : BasketsPageModel |
|||
{ |
|||
@ -1,6 +1,6 @@ |
|||
@page |
|||
@inherits EasyAbp.EShop.Orders.Web.Pages.OrdersPage |
|||
@model EasyAbp.EShop.Orders.Web.Pages.Orders.IndexModel |
|||
@model EasyAbp.EShop.Orders.Web.Pages.EShop.Orders.IndexModel |
|||
@{ |
|||
} |
|||
<h1>Orders</h1> |
|||
|
|||
@ -1,6 +1,6 @@ |
|||
@page |
|||
@inherits EasyAbp.EShop.Products.Web.Pages.ProductsPage |
|||
@model EasyAbp.EShop.Products.Web.Pages.Products.IndexModel |
|||
@model EasyAbp.EShop.Products.Web.Pages.EShop.Products.IndexModel |
|||
@{ |
|||
} |
|||
<h1>Products</h1> |
|||
|
|||
@ -1,6 +1,6 @@ |
|||
@page |
|||
@inherits EasyAbp.EShop.Stores.Web.Pages.StoresPage |
|||
@model EasyAbp.EShop.Stores.Web.Pages.Stores.IndexModel |
|||
@model EasyAbp.EShop.Stores.Web.Pages.EShop.Stores.IndexModel |
|||
@{ |
|||
} |
|||
<h1>Stores</h1> |
|||
|
|||
Loading…
Reference in new issue