后台:公告列表
This commit is contained in:
@@ -67,7 +67,6 @@ export default class GameController extends Controller {
|
||||
const { ctx } = this;
|
||||
let { serverType } = ctx;
|
||||
|
||||
console.log(serverType);
|
||||
let notice = await NoticeModel.getAllNotice(serverType);
|
||||
let result = notice.map(cur => {
|
||||
let {id, title, tag, type, content, time} = cur;
|
||||
|
||||
Reference in New Issue
Block a user