group order
This commit is contained in:
@@ -308,7 +308,6 @@ export default {
|
||||
delMessage({ type }) {
|
||||
return vm.$u.post('/message/readMessage', { type });
|
||||
},
|
||||
|
||||
// 已读消息
|
||||
refreshToken({ }) {
|
||||
return vm.$u.post('/Auth/refreshToken', { });
|
||||
@@ -321,6 +320,12 @@ export default {
|
||||
articleDelShield({ id }) {
|
||||
return vm.$u.post('article/articleDelShield', { member_id: id });
|
||||
},
|
||||
// 配置
|
||||
getConfigInfo({ code }) {
|
||||
return vm.$u.post('Document/getConfigInfo', {
|
||||
code: code,
|
||||
});
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user