From 07547eb3cff8dcfea50363e4be563f64cd699f66 Mon Sep 17 00:00:00 2001 From: zhujunjieit Date: Mon, 21 Jan 2019 23:23:17 +0800 Subject: [PATCH] =?UTF-8?q?web=E4=BC=9A=E5=91=98=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 2 +- .../resources/static/web/html/user/index.html | 8 -- .../ruoyi/cms/controller/CmsController.java | 21 ++--- .../cms/controller/CmsUserController.java | 78 ++++++++++++++++++ .../templates/web/examination/detail.html | 3 +- .../templates/web/examination/list.html | 8 +- .../main/resources/templates/web/index.html | 39 +++++++-- .../templates/web/practice/detail.html | 14 +--- .../templates/web/practice/list.html | 15 +--- .../resources/templates/web/user/home.html | 27 ++---- .../resources/templates/web/user/index.html | 82 ++----------------- .../resources/templates/web/user/login.html | 47 ++++++----- .../resources/templates/web/user/message.html | 15 +--- .../resources/templates/web/user/set.html | 26 ++---- .../service/impl/ExamQuestionServiceImpl.java | 2 +- 15 files changed, 175 insertions(+), 212 deletions(-) create mode 100644 ruoyi-cms/src/main/java/com/ruoyi/cms/controller/CmsUserController.java diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 8f26befc0..2daab407e 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -94,7 +94,7 @@ shiro: # 首页地址 indexUrl: /web/index # 验证码开关 - captchaEnabled: true + captchaEnabled: false # 验证码类型 math 数组计算 char 字符 captchaType: math cookie: diff --git a/ruoyi-admin/src/main/resources/static/web/html/user/index.html b/ruoyi-admin/src/main/resources/static/web/html/user/index.html index bd0ee2cc6..5f06e9ac9 100644 --- a/ruoyi-admin/src/main/resources/static/web/html/user/index.html +++ b/ruoyi-admin/src/main/resources/static/web/html/user/index.html @@ -148,14 +148,6 @@ + + + + +