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 @@
    - - - +