load การแจ้งเตือน,กล่องข้อความ
This commit is contained in:
parent
ad929f93e2
commit
a4cfdeed38
5 changed files with 132 additions and 131 deletions
|
|
@ -10,6 +10,7 @@ export default {
|
|||
msgNotificate: `${message}/my-notifications`,
|
||||
msgInbox: `${message}/my-inboxes`,
|
||||
msgId: (id: string) => `${message}/my-notifications/${id}`,
|
||||
msgNoread: () => `${message}/my-notifications/noread`,
|
||||
msgInboxDelete: (id: string) => `${message}/my-inboxes/${id}`,
|
||||
replyMessage: (id: string) => `${reply}/${id}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue