01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
/ / 配置文件 let config = require ( '~ / config / sysConfig' ) import querystring from 'querystring' import * as courseApi from '~ / api / course' export default { head ( ) { return {
title : '传智播客‐一样的教育 , 不一样的品质' ,
meta : [
{ charset : 'utf‐ 8 ' } ,
{ name : 'description' , content : '传智播客专注IT培训 , Java培训 , Android培训 , 安卓培训 , PHP培 训 , C + + 培训 , 网页设计培训 , 平面设计培训 , UI设计培训 , 移动开发培训 , 网络营销培训 , web前端培训 , 云计算大数据培训 , 全栈工程师培训 , 产品经理培训。' } ,
{ name : 'keywords' , content : this.keywords }
] ,
link : [
{ rel : 'stylesheet' , href : ' / static / plugins / normalize‐css / normalize.css' } ,
{ rel : 'stylesheet' , href : ' / static / plugins / bootstrap / dist / css / bootstrap.css' } ,
{ rel : 'stylesheet' , href : ' / static / css / page‐learing‐ list .css' }
]
} } ,
< script > / / 配置文件 let config = require ( '~ / config / sysConfig' ) import querystring from 'querystring' import * as courseApi from '~ / api / course' export default {
head ( ) {
return {
title : '传智播客‐一样的教育 , 不一样的品质' ,
meta : [
{ charset : 'utf‐ 8 ' } ,
{ name : 'description' , content : '传智播客专注IT培训 , Java培训 , Android培训 , 安卓培训 , PHP培 训 , C + + 培训 , 网页设计培训 , 平面设计培训 , UI设计培训 , 移动开发培训 , 网络营销培训 , web前端培训 , 云计算大数据培训 , 全栈工程师培训 , 产品经理培训。' } ,
{ name : 'keywords' , content : this.keywords }
] ,
link : [
{ rel : 'stylesheet' , href : ' / static / plugins / normalize‐css / normalize.css' } ,
{ rel : 'stylesheet' , href : ' / static / plugins / bootstrap / dist / css / bootstrap.css' } ,
{ rel : 'stylesheet' , href : ' / static / css / page‐learing‐ list .css' }
]
}
} ,
async asyncData ( { store , route } ) {
return {
courselist : { } ,
first_category : { } ,
|