12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "homeInfo": {
- "title": "首页",
- "href": "/Home/FrontPage"
- },
- "logoInfo": {
- "title": "青岛卷烟厂电气控制平台",
- "image": "/images/logo.png",
- "href": ""
- },
- "menuInfo": [
- {
- "title": "青岛卷烟厂电气控制平台",
- "icon": "fa fa-robot",
- "href": "",
- "target": "_self",
- "child": [
- {
- "title": "3K回潮加料单机",
- "href": "http://100.10.10.163:9011/Index",
- "icon": "fa fa-home",
- "target": "_self"
- },
- {
- "title": "5K线",
- "href": "http://100.10.10.163:9021/Index",
- "icon": "fa fa-tachometer",
- "target": "_self"
- },
- {
- "title": "真空线",
- "href": "http://100.10.10.163:9031/Index",
- "icon": "fa fa-tachometer",
- "target": "_self"
- },
- {
- "title": "9K回潮加料",
- "href": "http://100.10.10.163:9041/Index",
- "icon": "fa fa-calendar",
- "target": "_self"
- },
- {
- "title": "白肋烟",
- "href": "http://100.10.10.163:9051/Index",
- "icon": "fa fa-navicon",
- "target": "_self"
- }
- ]
- }
- ]
- }
|