优化ETL过滤模块
大石头 编写于 2017-08-29 17:11:46
X
@using NewLife.Common;
@{
    Layout = null;
    var page = HttpRuntime.AppDomainAppVirtualPath;
    page = page.EnsureEnd("/") + "Admin";
}

<!DOCTYPE html>

<html>
<head>
    <meta name="viewport" content="width=device-width" />
    <title>@SysConfig.Current.DisplayName</title>
    <meta http-equiv="refresh" content="0;url=@page">
</head>
<body>
    <div>
        <h1>@SysConfig.Current.DisplayName</h1>
        <h3>正在启动系统……</h3>
        @SysConfig.Current.Company
    </div>
</body>
</html>