|
@@ -24,7 +24,6 @@ class BaseController extends Controller {
|
|
|
this.messageType = messageType;
|
|
|
this.jsValidator = this.app.jsValidator;
|
|
|
this.menu = this.app.menu;
|
|
|
- this.calc = this.app.calc;
|
|
|
// 当前菜单
|
|
|
ctx.menu = menuList[ctx.controllerName] === undefined ? {} : menuList[ctx.controllerName];
|
|
|
ctx.title = ctx.menu === {} ? '' : ctx.menu.name;
|