add uncompleted ticket mock; fix logo.png: compressed
parent
b243fc5e4c
commit
d83136a69c
|
|
@ -1,5 +1,6 @@
|
|||
import mytickets from './mytickets.json';
|
||||
import ticketInfo from './ticketInfo.json';
|
||||
import uncompleted from './uncompleted.json';
|
||||
|
||||
export default {
|
||||
'GET /dutyinfo': {
|
||||
|
|
@ -51,4 +52,8 @@ export default {
|
|||
'POST /member/login': {
|
||||
data: {},
|
||||
},
|
||||
'GET /member/tickets/uncompleted': {
|
||||
success: true,
|
||||
data: uncompleted,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"list": [
|
||||
{
|
||||
"id": 6830,
|
||||
"type": 1,
|
||||
"status": 2,
|
||||
"device": "ROG",
|
||||
"deviceModel": "幻 14 2022",
|
||||
"owner": "晓洋",
|
||||
"phone": "18888888887",
|
||||
"createdTime": "2024-03-07T11:45:14.191981",
|
||||
"isConfirmed": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 52 KiB |
Loading…
Reference in New Issue