@page "/order/list" @page "/{locale}/order/list" 管理后台 内容管理 购物订单

Tools

@code { [Parameter] public string Locale { get; set; } = string.Empty; }