refactor: 重构字体文件路径及图标资源结构

- 将字体文件从中文路径改为英文路径
- 重新组织图标资源目录结构
- 更新相关文件引用路径
- 修改全局字体CSS配置
- 修复页面图标引用
This commit is contained in:
2025-08-23 14:01:23 +08:00
parent a48ea6f110
commit fd83f5ea36
48 changed files with 29 additions and 30 deletions

View File

@@ -37,37 +37,37 @@
// 页面按钮参数
gridItemList: [{
name: '仓库配料',
icon: '仓库配料',
icon: 'warehouse-material',
url: '/pages/materialManagement/MaterialProductionInput/MaterialProductionInput',
type: 1,
},
{
name: '车间叫料',
icon: '车间叫料',
icon: 'workshop-call-material',
url: '/pages/materialManagement/MaterialRequisition/MaterialRequisition',
type: 1,
},
{
name: '车间进料',
icon: '车间进料',
icon: 'workshop-feed-material',
url: '/pages/materialManagement/MaterialFeeding/MaterialFeeding',
type: 1,
},
{
name: '成品入库',
icon: '成品入库',
icon: 'finished-product-inbound',
url: '/pages/materialManagement/MaterialWarehousing/MaterialWarehousing',
type: 2,
},
{
name: '进箱',
icon: '进箱',
icon: 'into-box',
url: '/pages/materialManagement/package/package',
type: 3,
},
{
name: '全点位移动',
icon: '全点位移动',
icon: 'full-position-move',
url: '/pages/materialManagement/AGVRemoteControl/AGVRemoteControl',
type: 4,
},