Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-ssr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lixy
vue-ssr
Commits
35f0bdb2
Commit
35f0bdb2
authored
Sep 11, 2019
by
linjw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改seo
parent
157c3df4
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
19 additions
and
19 deletions
+19
-19
nuxt.config.js
nuxt.config.js
+2
-2
aboutXx.vue
pages/aboutXx.vue
+2
-2
activity.vue
pages/activity.vue
+2
-2
campsite.vue
pages/campsite.vue
+2
-2
index.vue
pages/index.vue
+2
-2
news.vue
pages/news.vue
+2
-2
_id.vue
pages/newsList/_id.vue
+3
-3
tour.vue
pages/tour.vue
+2
-2
vehicle.vue
pages/vehicle.vue
+2
-2
No files found.
nuxt.config.js
View file @
35f0bdb2
...
@@ -6,8 +6,8 @@ module.exports = {
...
@@ -6,8 +6,8 @@ module.exports = {
meta
:
[
meta
:
[
{
charset
:
'utf-8'
},
{
charset
:
'utf-8'
},
{
name
:
'viewport'
,
content
:
'width=device-width, initial-scale=1'
},
{
name
:
'viewport'
,
content
:
'width=device-width, initial-scale=1'
},
{
name
:
'keywords'
,
'content'
:
'欣新房车,房车旅游,房车,房车租赁,房车销售,房车价格,房车之家,房车经济,房车高峰论坛'
},
//
{name:'keywords', 'content': '欣新房车,房车旅游,房车,房车租赁,房车销售,房车价格,房车之家,房车经济,房车高峰论坛' },
{
hid
:
'description'
,
name
:
'description'
,
content
:
'欣新房车是一家专业从事房车销售,房车租赁,房车旅游,房车托管及房车产业配套与服务的免费异地取车异地还车已在全国各地举办多届房车经济峰会的集团股份公司'
}
//
{ hid: 'description', name: 'description', content: '欣新房车是一家专业从事房车销售,房车租赁,房车旅游,房车托管及房车产业配套与服务的免费异地取车异地还车已在全国各地举办多届房车经济峰会的集团股份公司' }
],
],
link
:
[
link
:
[
{
rel
:
'icon'
,
type
:
'image/x-icon'
,
href
:
'https://mgmt.dfangche.com/xxfccn/image/1/app/5d9c62b7412efd926f70e0ed5efb19a.png'
},
{
rel
:
'icon'
,
type
:
'image/x-icon'
,
href
:
'https://mgmt.dfangche.com/xxfccn/image/1/app/5d9c62b7412efd926f70e0ed5efb19a.png'
},
...
...
pages/aboutXx.vue
View file @
35f0bdb2
...
@@ -226,8 +226,8 @@
...
@@ -226,8 +226,8 @@
return
{
return
{
title
:
this
.
headList
.
title
,
title
:
this
.
headList
.
title
,
meta
:
[
meta
:
[
{
name
:
this
.
headList
.
keywords
,
content
:
this
.
headList
.
keywords
},
{
name
:
"keywords"
,
content
:
this
.
headList
.
keywords
},
{
hid
:
'description'
,
name
:
this
.
headList
.
description
,
content
:
this
.
headList
.
description
}
{
hid
:
'description'
,
name
:
"description"
,
content
:
this
.
headList
.
description
}
],
],
}
}
}
}
...
...
pages/activity.vue
View file @
35f0bdb2
...
@@ -149,8 +149,8 @@
...
@@ -149,8 +149,8 @@
return
{
return
{
title
:
this
.
headList
.
title
,
title
:
this
.
headList
.
title
,
meta
:
[
meta
:
[
{
name
:
this
.
headList
.
keywords
,
content
:
this
.
headList
.
keywords
},
{
name
:
"keywords"
,
content
:
this
.
headList
.
keywords
},
{
hid
:
'description'
,
name
:
this
.
headList
.
description
,
content
:
this
.
headList
.
description
}
{
hid
:
'description'
,
name
:
"description"
,
content
:
this
.
headList
.
description
}
],
],
}
}
}
}
...
...
pages/campsite.vue
View file @
35f0bdb2
...
@@ -202,8 +202,8 @@ export default {
...
@@ -202,8 +202,8 @@ export default {
return
{
return
{
title
:
this
.
headList
.
title
,
title
:
this
.
headList
.
title
,
meta
:
[
meta
:
[
{
name
:
this
.
headList
.
keywords
,
content
:
this
.
headList
.
keywords
},
{
name
:
"keywords"
,
content
:
this
.
headList
.
keywords
},
{
hid
:
'description'
,
name
:
this
.
headList
.
description
,
content
:
this
.
headList
.
description
}
{
hid
:
'description'
,
name
:
"description"
,
content
:
this
.
headList
.
description
}
],
],
}
}
}
}
...
...
pages/index.vue
View file @
35f0bdb2
...
@@ -485,8 +485,8 @@ export default {
...
@@ -485,8 +485,8 @@ export default {
return
{
return
{
title
:
this
.
headList
.
title
,
title
:
this
.
headList
.
title
,
meta
:
[
meta
:
[
{
name
:
this
.
headList
.
keywords
,
content
:
this
.
headList
.
keywords
},
{
name
:
"keywords"
,
content
:
this
.
headList
.
keywords
},
{
hid
:
'description'
,
name
:
this
.
headList
.
description
,
content
:
this
.
headList
.
description
}
{
hid
:
'description'
,
name
:
"description"
,
content
:
this
.
headList
.
description
}
],
],
}
}
}
}
...
...
pages/news.vue
View file @
35f0bdb2
...
@@ -149,8 +149,8 @@
...
@@ -149,8 +149,8 @@
return
{
return
{
title
:
this
.
headList
.
title
,
title
:
this
.
headList
.
title
,
meta
:
[
meta
:
[
{
name
:
this
.
headList
.
keywords
,
content
:
this
.
headList
.
keywords
},
{
name
:
"keywords"
,
content
:
this
.
headList
.
keywords
},
{
hid
:
'description'
,
name
:
this
.
headList
.
description
,
content
:
this
.
headList
.
description
}
{
hid
:
'description'
,
name
:
"description"
,
content
:
this
.
headList
.
description
}
],
],
}
}
}
}
...
...
pages/newsList/_id.vue
View file @
35f0bdb2
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
let
detail
=
data
.
data
;
let
detail
=
data
.
data
;
let
tempBannerData
=
await
axios
.
get
(
'/api/uccn/article/app/unauth/three?type=1&number=3&id='
+
params
.
id
);
let
tempBannerData
=
await
axios
.
get
(
'/api/uccn/article/app/unauth/three?type=1&number=3&id='
+
params
.
id
);
let
hot
=
tempBannerData
.
data
.
data
;
let
hot
=
tempBannerData
.
data
.
data
;
detail
.
text
=
detail
.
text
.
replace
(
/<img/g
,
"<img style='width:90%'"
);
//
detail.text = detail.text.replace(/
<
img
/
g
,
"<img style='width:90%'"
);
// detail.text = detail.text.replace(/font-size: 18px !important;/g,"font-size: 14px !important;color:#666;line-height: normal !important;");
// detail.text = detail.text.replace(/font-size: 18px !important;/g,"font-size: 14px !important;color:#666;line-height: normal !important;");
return
{
detail
:
detail
,
hotList
:
hot
}
return
{
detail
:
detail
,
hotList
:
hot
}
},
},
...
@@ -113,8 +113,8 @@
...
@@ -113,8 +113,8 @@
return
{
return
{
title
:
this
.
detail
.
tagTitle
,
title
:
this
.
detail
.
tagTitle
,
meta
:
[
meta
:
[
{
name
:
this
.
detail
.
keywords
,
content
:
this
.
detail
.
keywords
},
{
name
:
'keywords'
,
content
:
this
.
detail
.
keywords
},
{
hid
:
'description'
,
name
:
this
.
detail
.
description
,
content
:
this
.
detail
.
description
}
{
hid
:
'description'
,
name
:
"description"
,
content
:
this
.
detail
.
description
}
],
],
}
}
}
}
...
...
pages/tour.vue
View file @
35f0bdb2
...
@@ -178,8 +178,8 @@
...
@@ -178,8 +178,8 @@
return
{
return
{
title
:
this
.
headList
.
title
,
title
:
this
.
headList
.
title
,
meta
:
[
meta
:
[
{
name
:
this
.
headList
.
keywords
,
content
:
this
.
headList
.
keywords
},
{
name
:
"keywords"
,
content
:
this
.
headList
.
keywords
},
{
hid
:
'description'
,
name
:
this
.
headList
.
description
,
content
:
this
.
headList
.
description
}
{
hid
:
'description'
,
name
:
"description"
,
content
:
this
.
headList
.
description
}
],
],
}
}
},
},
...
...
pages/vehicle.vue
View file @
35f0bdb2
...
@@ -173,8 +173,8 @@
...
@@ -173,8 +173,8 @@
return
{
return
{
title
:
this
.
headList
.
title
,
title
:
this
.
headList
.
title
,
meta
:
[
meta
:
[
{
name
:
this
.
headList
.
keywords
,
content
:
this
.
headList
.
keywords
},
{
name
:
"keywords"
,
content
:
this
.
headList
.
keywords
},
{
hid
:
'description'
,
name
:
this
.
headList
.
description
,
content
:
this
.
headList
.
description
}
{
hid
:
'description'
,
name
:
"description"
,
content
:
this
.
headList
.
description
}
],
],
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment