demo-frame.js 213 Bytes
Newer Older
geqilin's avatar
geqilin committed
1 2 3 4 5 6 7 8
export default {
  path: '/demo/frame',
  title: '内嵌网页',
  icon: 'globe',
  children: (pre => [
    { path: `${pre}d2-doc`, title: 'SuntrayAdmin 中文文档', iconSvg: 'd2-admin' }
  ])('/demo/frame/')
}