wanshenmean
2026-03-30 77531eacac6bc64b4546e5a5bad88042ad467c3d
feat(router): register /stockChat route

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
已修改1个文件
5 ■■■■■ 文件已修改
Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
@@ -94,6 +94,11 @@
    path: '/stockView',
    name: 'stockView',
    component: () => import('@/views/stock/stockView.vue')
  }
  , {
    path: '/stockChat',
    name: 'stockChat',
    component: () => import('@/views/stock/stockChat.vue')
  }, {
    path: '/stockQuantityChangeRecord',
    name: 'stockQuantityChangeRecord',