⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tree_items.js

📁 用于银行全面掌控公司及各个部门的员工信息与设备资料
💻 JS
字号:
/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_menu/docs/items.html	
*/

var TREE_ITEMS = [
	['总公司', null,
		['工程1', null,
			['报告', null,
				['质量报告', 'client2_info.html'],
				['预算报告', 'http://www.163.com'],
			],
		],
	],
	['子公司', null,
		['工程2', null,
			['报告', null,
				['预算报告', 'test_1.html'],
				['质量报告', null],
			],
		],
		['报告', 'list.html'],
	]
];

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -