@@ -33,9 +33,18 @@ let page = 1
export default {
data() {
return {
+ title: '开发者资质认证- 程序员客栈',
list: [],
}
},
+ head () {
+ return {
+ title: this.title,
+ meta: [
+ { hid: 'description', name: 'description', content: 'My custom description' }
+ ]
+ }
+ },
mounted() {
this.getList()