春风项目四线(合箱线、总装线)
2
cl
2024-01-13 c2272a6fd7d8a6142bc9b0b1bdb4c715c66a865c
提交 | 用户 | 时间
fd2207 1 import request from '@/utils/request'
2
3 // 获取路由
4 export const getRouters = () => {
5   return request({
6     url: '/getRouters',
7     method: 'get'
8   })
9 }