Browse Source

Merge branch 'master' of dailer/demo-system-management into master

master
stephenking 5 years ago committed by Gogs
parent
commit
a67138b094
  1. 23
      src/main/resources/com/fr/plugin/web/resources/js/bundle.js

23
src/main/resources/com/fr/plugin/web/resources/js/bundle.js

@ -1,19 +1,20 @@
!(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;
});
// 示例,向管理系统节点加入帆软帮助文档
// 特别注意,此配置需要配合服务端SystemOptionProvider接口使用,不然会因无权限而不显示节点.
BI.config("dec.constant.management.navigation", function (items) {
items.push({
value: "frhelp", // 地址栏显示的hash值

Loading…
Cancel
Save