client_tree_items.js

来自「用于银行全面掌控公司及各个部门的员工信息与设备资料」· JavaScript 代码 · 共 20 行

JS
20
字号
/* 
	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,
		['某某公司', null,
			['海外分部', null,
				['伊朗办事处', 'account_info_iss.html'],
			],
		],
	],
	['财务公司', null,		
		['沈阳分公司', 'account_info_sandong.html'],
	]
];

⌨️ 快捷键说明

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