后台:运营活动后台

This commit is contained in:
luying
2021-05-19 16:24:27 +08:00
parent 0c39b9ebb7
commit 91af65259c
14 changed files with 178 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
// Do not modify this file!!!!!!!!!
import 'egg';
import ExportActivity from '../../../app/controller/activity';
import ExportGame from '../../../app/controller/game';
import ExportGmaccount from '../../../app/controller/gmaccount';
import ExportHome from '../../../app/controller/home';
@@ -11,6 +12,7 @@ import ExportUsers from '../../../app/controller/users';
declare module 'egg' {
interface IController {
activity: ExportActivity;
game: ExportGame;
gmaccount: ExportGmaccount;
home: ExportHome;