|
@@ -67,7 +67,7 @@ class BaseController {
|
|
|
currentPermission = currentPermission.split(',');
|
|
|
let withoutPermission = ['login', 'dashboard'];
|
|
|
// 工具页面整合
|
|
|
- let toolPermission = ['rationRepository', 'stdBillsmain'];
|
|
|
+ let toolPermission = ['rationRepository', 'stdBillsmain', 'stdGljRepository'];
|
|
|
let hasToolPermission = false;
|
|
|
if (controller === 'tool') {
|
|
|
for (let tmpPermission of toolPermission) {
|