Commit 96e5998e by lepdou

隐藏环境前面的icon

parent 2554359a
...@@ -48,6 +48,8 @@ application_module.controller("ConfigBaseInfoController", ...@@ -48,6 +48,8 @@ application_module.controller("ConfigBaseInfoController",
showBorder: true, showBorder: true,
data: navTree, data: navTree,
levels: 99, levels: 99,
expandIcon: '',
collapseIcon: '',
onNodeSelected: function (event, data) { onNodeSelected: function (event, data) {
if (!data.tags){//first nav node if (!data.tags){//first nav node
$rootScope.pageContext.env = data.text; $rootScope.pageContext.env = data.text;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment