后台:公告列表

This commit is contained in:
luying
2021-06-30 20:44:47 +08:00
parent 221b138896
commit 5c862d0f77
6 changed files with 98 additions and 3 deletions

View File

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