123456789101112131415161718192021222324252627 |
- export default {
- mName : "LeftMenu",
- edit : "All",
- keys : {
- "list": {
- "icon": "图标",
- "name": "名称",
- "path": "路径",
- }
- },
- data : {
- "list": [
- {
- "icon": "icon-jianshe",
- "name": "企业详情",
- "path": "/parkDetail",
- tpl:"ParkDetail",
- }
- /*, {
- "icon": "icon-jibenxinxi",
- "name": "物联检测",
- "path": "/things",
- tpl:"Things"
- }*/
- ]
- }
- }
|