加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
menu.js 706 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ecava_IGX 提交于 2022-08-16 14:32 . 上传文件
//Add in your page into this list
var menu = {
"Plant Process" : "strz.svg",
//"Plant Track" : "cim.svg",
"Candy" : "candy.svg",
"Oil and Gas" : {"Condensate Skid":"conskid.svg","Gas Skid":"gasskid.svg"},
"Transportation" : "trainMonitor.svg",
"Waste Water" : "wwtp.svg",//{"Sg. Udang":"su.svg","Kuala Sawah":"ks.svg","Pasir Gudang":"wwtp.svg"},
"Alarm": "alarm.htm",
"Trend": "plot.htm",
"Report": {
"Statement Report": "report-stmt.htm",
"Snapshot Report": "report-snap.htm"
},
//the last page/item must not be terminated by comma.
"About":"about.svg"
};
//Name your project title here.
var title = "Demo";
//Put your project logo, i.g. "images/mylogo.gif"
var logo = "system/images/v3-logo.gif";
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化