const appmenu = { url: '/account/menu', type: 'get', response: { code: 200, msg: 'success', total: 0, data: [ { sort: 1, title: '期货市场', rulekey: 'market', code: 'market', path: "/market", url: '', component: 'Page', icon: "el-icon-s-platform", isshow: true, remark: '', auth: [], children: [ { sort: 1, title: '行情', rulekey: 'market_quote', code: 'market_quote', path: "quote", url: '', component: 'views/market/quote/index.vue', icon: "el-icon-s-platform", isshow: true, remark: '', auth: [ { label: '交易', rulekey: "market_quote_trade", code: 'trade', isshow: true, remark: '', }, { label: '详情', rulekey: "market_quote_detail", code: 'detail', isshow: true, remark: '', } ], children: [ { sort: 1, title: '现货明细', rulekey: 'market_quote_spot', code: 'market_quote_spot', component: 'views/market/quote/components/spot/index.vue', icon: "el-icon-s-platform", isshow: true, remark: '', auth: [] }, { sort: 2, title: '期货明细', rulekey: 'market_quote_futures', code: 'market_quote_futures', component: 'views/market/quote/components/futures/index.vue', icon: "el-icon-s-platform", isshow: true, remark: '', auth: [] } ], }, { sort: 2, title: '商品', rulekey: 'market_goods', code: 'market_goods', path: "goods", url: '', component: 'views/market/goods/index.vue', icon: "el-icon-s-platform", isshow: true, remark: '', auth: [ { label: '修改', rulekey: "market_goods_modify", code: 'modify', isshow: true, remark: '', }, { label: '详情', rulekey: "market_goods_detail", code: 'detail', isshow: true, remark: '', } ], children: [], }, ] }, ] } }; export default [ appmenu, ]