Browse Source

管理分类,目录相关

MaiXinRong 5 months ago
parent
commit
bcdaa1ba37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/base/base_controller.js

+ 1 - 1
app/base/base_controller.js

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