文章管理、前端api、视图代码模板生成
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Yi.Framework.WebCore
|
||||
{
|
||||
static IConfiguration Configuration { get; set; }
|
||||
static string contentPath { get; set; }
|
||||
|
||||
|
||||
public Appsettings(string contentPath)
|
||||
{
|
||||
string Path = "appsettings.json";
|
||||
|
||||
@@ -93,7 +93,6 @@ namespace Yi.Framework.WebCore.DbExtend
|
||||
|
||||
if (Appsettings.appBool("DbSeed_Enabled"))
|
||||
{
|
||||
|
||||
var _Db = app.ApplicationServices.GetService<ISqlSugarClient>();
|
||||
Invoer(_Db);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user