1. 将系统名称从「若依管理系统」改为「福安德智慧报价平台」,更新所有环境配置、网页标题 2. 替换默认ico图标,移除冗余的ico favicon引用 3. 重构通知跳转逻辑:修复路由路径不匹配问题,添加旧版URL兼容处理 4. 为多个业务页面添加通知中心跳转自动打开详情的逻辑 5. 移除导航栏冗余的若依官方链接组件 6. 补充通知跳转测试用例文件
13 lines
530 B
XML
13 lines
530 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
|
|
<defs>
|
|
<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="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"/>
|
|
</svg>
|