|
@@ -115,7 +115,7 @@ $(function () {
|
|
|
});
|
|
|
} else if (userRole == "7") {//凌云集团管理员
|
|
|
$('#menutree').tree({
|
|
|
- url: '/app/whepi/mock/menu6.json',
|
|
|
+ url: '/app/whepi/mock/menu7.json',
|
|
|
onDblClick: function (node) {
|
|
|
var $this = $(this);
|
|
|
if (!$this.tree('isLeaf', node.target)) {
|