From 2e5008cc1b72ae1acc63820b7b020b8cd3db3dc7 Mon Sep 17 00:00:00 2001 From: "BB.Wang" Date: Fri, 24 Sep 2021 15:47:25 +0800 Subject: [PATCH] =?UTF-8?q?Web=20Updated=201.=E5=A2=9E=E5=8A=A0=E7=BD=91?= =?UTF-8?q?=E9=A1=B5=E7=9A=AE=E8=82=A4=E8=AE=BE=E5=AE=9A=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=E4=BB=A5=E4=B8=8B=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=96=87=E4=BB=B6=201.1.=E4=BF=AE=E6=94=B9Views\Home\Framework?= =?UTF-8?q?.cshtml=201.2.=E4=BF=AE=E6=94=B9Views\=5FViewStart.cshtml=201.3?= =?UTF-8?q?.=E4=BF=AE=E6=94=B9Views\Shared\=5FLayout.cshtml=EF=BC=8C?= =?UTF-8?q?=E5=88=A0=E9=99=A4Views\Shared\=5FLayout2.cshtml=201.4.?= =?UTF-8?q?=E4=BF=AE=E6=94=B9lib\admin\admin.js=201.5.=E4=BF=AE=E6=94=B9li?= =?UTF-8?q?b\admin\admin.css=201.6.=E4=BF=AE=E6=94=B9config\skin.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Code/Properties/launchSettings.json | 31 ++ AMESCoreStudio.Web/UpdateList.txt | 16 +- .../Views/Home/Framework.cshtml | 90 +++--- AMESCoreStudio.Web/Views/Home/Index.cshtml | 4 +- AMESCoreStudio.Web/Views/Login/Index.cshtml | 13 +- .../Views/Shared/_Layout.cshtml | 20 +- AMESCoreStudio.Web/Views/_ViewStart.cshtml | 2 +- .../wwwroot/images/ames_logo.png | Bin 0 -> 2240109 bytes .../wwwroot/images/welcome1.png | Bin 0 -> 11190 bytes .../wwwroot/lib/admin/admin.css | 2 +- AMESCoreStudio.Web/wwwroot/lib/admin/admin.js | 294 +++++++++--------- 11 files changed, 275 insertions(+), 197 deletions(-) create mode 100644 AMESCoreStudio.Web/Code/Properties/launchSettings.json create mode 100644 AMESCoreStudio.Web/wwwroot/images/ames_logo.png create mode 100644 AMESCoreStudio.Web/wwwroot/images/welcome1.png diff --git a/AMESCoreStudio.Web/Code/Properties/launchSettings.json b/AMESCoreStudio.Web/Code/Properties/launchSettings.json new file mode 100644 index 00000000..fb7aae41 --- /dev/null +++ b/AMESCoreStudio.Web/Code/Properties/launchSettings.json @@ -0,0 +1,31 @@ +{ + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:5821", + "sslPort": 0 + } + }, + "$schema": "http://json.schemastore.org/launchsettings.json", + "profiles": { + "IIS Express": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "amesapi/index.html", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "http://localhost:5821" + }, + "AMESCoreStudio.WebApi": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "api/bulletins", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:5001;http://localhost:5000" + } + } +} \ No newline at end of file diff --git a/AMESCoreStudio.Web/UpdateList.txt b/AMESCoreStudio.Web/UpdateList.txt index 540ec0c4..2a76fb37 100644 --- a/AMESCoreStudio.Web/UpdateList.txt +++ b/AMESCoreStudio.Web/UpdateList.txt @@ -1,16 +1,26 @@  -2021-09-18 Updated by Marvin +2021-09-23 Web Updated by Marvin +****************************************************************************** +1.增加网页皮肤设定功能,修改以下相关文件 +1.1.修改Views\Home\Framework.cshtml +1.2.修改Views\_ViewStart.cshtml +1.3.修改Views\Shared\_Layout.cshtml,删除Views\Shared\_Layout2.cshtml +1.4.修改lib\admin\admin.js +1.5.修改lib\admin\admin.css +1.6.修改config\skin.json + +2021-09-18 Web Updated by Marvin ****************************************************************************** 1.新增角色模組維護頁面SYS005(支持批量刪除) 2.新增角色功能維護頁面SYS006(支持批量刪除) 3.新增用戶角色維護頁面SYS009(支持批量刪除) -2021-09-16 Updated by Marvin +2021-09-16 Web Updated by Marvin ****************************************************************************** 1.移除测试范例相关文件 2.修改SYS模组相关Models的引用来源 -2021-09-01 Updated by Marvin +2021-09-01 Web Updated by Marvin ****************************************************************************** 1.修改admin.css,調整左上方LOGO區域大小與菜單對齊.layui-layout-admin .layui-header .logo a 2.修改admin.css,調整菜單點選右邊內容區域菜單顯示大小.layui-page-content .layui-tab-title diff --git a/AMESCoreStudio.Web/Views/Home/Framework.cshtml b/AMESCoreStudio.Web/Views/Home/Framework.cshtml index 0f16e1fb..b93bbde2 100644 --- a/AMESCoreStudio.Web/Views/Home/Framework.cshtml +++ b/AMESCoreStudio.Web/Views/Home/Framework.cshtml @@ -2,7 +2,7 @@ ViewData["Title"] = "AMES 1.0.0"; } - + @@ -28,7 +28,7 @@ - +
@@ -111,12 +111,6 @@
  • 用户角色維護
  • -
  • - PCB001C -
  • -
  • - PCB001A -
  • @@ -156,45 +150,63 @@
    - - - +