瀏覽代碼

管理分类,目录相关

MaiXinRong 5 月之前
父節點
當前提交
bcdaa1ba37
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.url.indexOf('file') > 0) {
+            if (ctx.url.indexOf('file') > 0 || ctx.url.indexOf('fm')) {
                 ctx.menu = menuList.file;
             } else {
                 ctx.menu = menuList.budget;