refactor(ruoyi-ui): 完成项目重命名与通知跳转适配重构

1.  将系统名称从「若依管理系统」改为「福安德智慧报价平台」,更新所有环境配置、网页标题
2.  替换默认ico图标,移除冗余的ico favicon引用
3.  重构通知跳转逻辑:修复路由路径不匹配问题,添加旧版URL兼容处理
4.  为多个业务页面添加通知中心跳转自动打开详情的逻辑
5.  移除导航栏冗余的若依官方链接组件
6.  补充通知跳转测试用例文件
This commit is contained in:
2026-06-22 08:56:26 +08:00
parent e1c004387a
commit 663068cd8d
18 changed files with 387 additions and 25 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -1,11 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<linearGradient id="lg-red" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#e4393c"/>
<stop offset="1" stop-color="#c81623"/>
</linearGradient>
</defs>
<rect x="1" y="1" width="30" height="30" rx="7" fill="url(#g)"/>
<rect x="1" y="1" width="30" height="30" rx="6" fill="url(#lg-red)"/>
<path d="M10 8 h14 v3.5 h-10 v4 h8.5 v3.5 h-8.5 v5.5 h-4 z" fill="#fff"/>
<circle cx="23" cy="22" r="3" fill="#fff"/>
<circle cx="23" cy="22" r="1.3" fill="#e4393c"/>

Before

Width:  |  Height:  |  Size: 520 B

After

Width:  |  Height:  |  Size: 530 B

View File

@@ -6,7 +6,6 @@
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" type="image/svg+xml" href="<%= BASE_URL %>favicon.svg">
<link rel="alternate icon" href="<%= BASE_URL %>favicon.ico">
<title><%= webpackConfig.name %></title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>