diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 205b193dc..0f7fcb138 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -17,7 +17,7 @@ captcha: # 验证码类型 math 数组计算 char 字符验证 type: math # line 线段干扰 circle 圆圈干扰 shear 扭曲干扰 - category: circle + category: line # 数字验证码位数 numberLength: 1 # 字符验证码长度 diff --git a/ruoyi-ui/.env.development b/ruoyi-ui/.env.development index a1a508de4..be2e5de69 100644 --- a/ruoyi-ui/.env.development +++ b/ruoyi-ui/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = RuoYi-Vue-Plus后台管理系统 +VUE_APP_TITLE = 知识图谱可视化管理系统 # 开发环境配置 ENV = 'development' diff --git a/ruoyi-ui/.env.production b/ruoyi-ui/.env.production index b6eec53c6..7ed9b0e77 100644 --- a/ruoyi-ui/.env.production +++ b/ruoyi-ui/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = RuoYi-Vue-Plus后台管理系统 +VUE_APP_TITLE = 知识图谱可视化管理系统 # 生产环境配置 ENV = 'production' diff --git a/ruoyi-ui/src/assets/images/background.jpg b/ruoyi-ui/src/assets/images/background.jpg new file mode 100644 index 000000000..62a50e121 Binary files /dev/null and b/ruoyi-ui/src/assets/images/background.jpg differ diff --git a/ruoyi-ui/src/assets/images/background1.jpg b/ruoyi-ui/src/assets/images/background1.jpg new file mode 100644 index 000000000..9393f21a3 Binary files /dev/null and b/ruoyi-ui/src/assets/images/background1.jpg differ diff --git a/ruoyi-ui/src/components/RuoYi/Doc/index.vue b/ruoyi-ui/src/components/RuoYi/Doc/index.vue index e267f9021..d0d18ff4d 100644 --- a/ruoyi-ui/src/components/RuoYi/Doc/index.vue +++ b/ruoyi-ui/src/components/RuoYi/Doc/index.vue @@ -9,7 +9,7 @@ export default { name: 'RuoYiDoc', data() { return { - url: 'https://gitee.com/JavaLionLi/RuoYi-Vue-Plus/wikis/pages' + url: 'https://www.wolai.com/qianlan/q5N7mQ3Z5JVp58VL8KEWbD?theme=light' } }, methods: { diff --git a/ruoyi-ui/src/layout/components/Navbar.vue b/ruoyi-ui/src/layout/components/Navbar.vue index 466cd981e..9e8d5eda8 100644 --- a/ruoyi-ui/src/layout/components/Navbar.vue +++ b/ruoyi-ui/src/layout/components/Navbar.vue @@ -9,10 +9,6 @@