迁移托盘登录模块
- 新增计划与生产托盘登录 V2 页面 - 新增托盘登录接口、旧路径路由和中英文文案 - 更新迁移任务列表中的托盘登录状态
This commit is contained in:
@@ -44,6 +44,12 @@ export default {
|
||||
meta: { ...meta, cache: true, title: '托盘管理' },
|
||||
component: _import('planning-production/production-monitoring/tray-management')
|
||||
},
|
||||
{
|
||||
path: 'produce/monitor/tray_login',
|
||||
name: `${pre}monitor-tray_login`,
|
||||
meta: { ...meta, cache: true, title: '托盘登录' },
|
||||
component: _import('planning-production/production-monitoring/tray-registration')
|
||||
},
|
||||
{
|
||||
path: 'produce/monitor/device',
|
||||
name: `${pre}monitor-device`,
|
||||
|
||||
Reference in New Issue
Block a user