|
|
|
@ -1,17 +1,17 @@
|
|
|
|
|
!(function () { |
|
|
|
|
|
|
|
|
|
// 示例,向menus中加入帆软官网.
|
|
|
|
|
// BI.config("dec.constant.menu.items", function (items) {
|
|
|
|
|
// items.push({
|
|
|
|
|
// value: "fanruan",
|
|
|
|
|
// text: BI.i18nText("帆软"),
|
|
|
|
|
// cardType: {
|
|
|
|
|
// src: "http://www.fanruan.com/"
|
|
|
|
|
// },
|
|
|
|
|
// cls: "fr-logo-font"
|
|
|
|
|
// });
|
|
|
|
|
// return items;
|
|
|
|
|
// });
|
|
|
|
|
BI.config("dec.constant.menu.items", function (items) { |
|
|
|
|
items.push({ |
|
|
|
|
value: "fanruan", |
|
|
|
|
text: BI.i18nText("帆软"), |
|
|
|
|
cardType: { |
|
|
|
|
src: "http://www.fanruan.com/" |
|
|
|
|
}, |
|
|
|
|
cls: "fr-logo-font" |
|
|
|
|
}); |
|
|
|
|
return items; |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
// 示例,向管理系统节点加入帆软帮助文档
|
|
|
|
|
BI.config("dec.constant.management.navigation", function (items) { |
|
|
|
|