1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "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://127.0.0.1:5047/Home/Index",
- "icon": "fa fa-home",
- "target": "_self"
- },
- {
- "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"
- }
- ]
- }
- ]
- }
|