历史监控
parent
b6de85a511
commit
edb28f7cac
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"description": "昆船随行垛机检测系统",
|
||||||
|
"type": -1,
|
||||||
|
"rights": "duojiSystem",
|
||||||
|
"children": [{
|
||||||
|
"description": "历史监控",
|
||||||
|
"type": 2,
|
||||||
|
"rights": "history"
|
||||||
|
}]
|
||||||
|
}
|
||||||
@ -1 +1,7 @@
|
|||||||
export default {}
|
export default {
|
||||||
|
queryList: {
|
||||||
|
url: '/order/list',
|
||||||
|
name: '查询',
|
||||||
|
method: 'POST'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue