add uncompleted ticket mock; fix logo.png: compressed

yhy
Dawn1Ocean 2024-03-12 19:48:49 +08:00
parent b243fc5e4c
commit d83136a69c
3 changed files with 21 additions and 0 deletions

View File

@ -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,
},
};

View File

@ -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