|
|
|
@ -130,12 +130,14 @@ export default {
|
|
|
|
|
title: [{ required: true, trigger: 'change', validator: validate }]
|
|
|
|
|
},
|
|
|
|
|
articleList: [
|
|
|
|
|
{ title: '基础篇', href: 'https://segmentfault.com/a/1190000009275424' },
|
|
|
|
|
{ title: '登录权限篇', href: 'https://segmentfault.com/a/1190000009506097' },
|
|
|
|
|
{ title: '实战篇', href: 'https://segmentfault.com/a/1190000009762198' },
|
|
|
|
|
{ title: 'vueAdmin-template 篇', href: 'https://segmentfault.com/a/1190000010043013' },
|
|
|
|
|
{ title: '基础篇', href: 'https://juejin.im/post/59097cd7a22b9d0065fb61d2' },
|
|
|
|
|
{ title: '登录权限篇', href: 'https://juejin.im/post/591aa14f570c35006961acac' },
|
|
|
|
|
{ title: '实战篇', href: 'https://juejin.im/post/593121aa0ce4630057f70d35' },
|
|
|
|
|
{ title: 'vueAdmin-template 篇', href: 'https://juejin.im/post/595b4d776fb9a06bbe7dba56' },
|
|
|
|
|
{ title: '自行封装 component', href: 'https://segmentfault.com/a/1190000009090836' },
|
|
|
|
|
{ title: '优雅的使用 icon', href: 'https://segmentfault.com/a/https://segmentfault.com/a/1190000012213278' }
|
|
|
|
|
{ title: '优雅的使用 icon', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' },
|
|
|
|
|
{ title: 'webpack4(上)', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' },
|
|
|
|
|
{ title: 'webpack4(下)', href: 'https://juejin.im/post/5b5d6d6f6fb9a04fea58aabc' }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|