|
@@ -36,7 +36,7 @@ class BaseController extends Controller {
|
|
|
}
|
|
|
}
|
|
|
if (ctx.controllerName === 'sp') {
|
|
|
- if (ctx.url.indexOf('file') > 0) {
|
|
|
+ if (ctx.url.indexOf('file') > 0 || ctx.url.indexOf('fm')) {
|
|
|
ctx.menu = menuList.file;
|
|
|
} else {
|
|
|
ctx.menu = menuList.budget;
|