【仅供内部供应商使用,不提供对外解答和培训】

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

左侧边栏在目录,仪表板,数据准备,管理系统的基础上新增节点

开放资源

接口资源

dec.provider.frame.menu

示例

 


Code Block
BI.config("dec.provider.frame.menu", function (provider) {
    provider.inject({
        menus: [
            {
                value: "fanruan",
                text: BI.i18nText("帆软"),
                cardType: {
                    src: "http://www.fanruan.com/"
                },
                cls: "fr-logo-font"
            }
        ]
    });
});

 

...


效果

http://git.fanruan.com/dailer/demo-system-managementImage Removed

Image Added

注意事项