功能完善

This commit is contained in:
路 范
2022-03-31 09:07:38 +08:00
parent 8a57806a29
commit dd71325ea8
17 changed files with 1644 additions and 11 deletions

View File

@@ -107,7 +107,7 @@ namespace Ewide.Web.Core
{
endpoints.MapControllerRoute(
name: "default",
pattern: "{controller=Home}/{action=Index}/{id?}");
pattern: "gb/yjb/{controller=Home}/{action=Index}/{id?}");
});
}
}