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
01caed7f
Commit
01caed7f
authored
Sep 02, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
各页面SEO标题添加
parent
3175100d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
31 additions
and
4 deletions
+31
-4
aboutXx.vue
pages/aboutXx.vue
+5
-0
activity.vue
pages/activity.vue
+5
-0
index.vue
pages/index.vue
+5
-0
news.vue
pages/news.vue
+6
-1
tour.vue
pages/tour.vue
+5
-3
vehicle.vue
pages/vehicle.vue
+5
-0
No files found.
pages/aboutXx.vue
View file @
01caed7f
...
...
@@ -126,6 +126,11 @@
}
}
},
head
()
{
return
{
title
:
"关于欣新|欣新房车股份有限公司官网|欣新房车有限公司官网|东莞欣新房车股份有限公司【总部】|关于欣新APP"
}
},
};
</
script
>
...
...
pages/activity.vue
View file @
01caed7f
...
...
@@ -140,6 +140,11 @@
}
}
},
head
()
{
return
{
title
:
"欣新活动|欣新沙龙|欣新高峰论坛|欣新论坛|欣新俱乐部|欣新展会|欣新活动直播链接|欣新活动APP"
}
},
};
</
script
>
...
...
pages/index.vue
View file @
01caed7f
...
...
@@ -426,6 +426,11 @@ export default {
swiper
:
t
.
swiperTabG
}
});
},
head
()
{
return
{
title
:
"欣新房车[官网]-房车租赁|房车旅游|房车营地|房车托管|房车销售|房车广告|房车APP官网"
}
}
}
</
script
>
...
...
pages/news.vue
View file @
01caed7f
...
...
@@ -144,7 +144,12 @@
}
}
}
},
head
()
{
return
{
title
:
"欣新新闻|房车新闻|房车资讯|房车动态|房车市场信息|房车旅游动态|房车路线分享|房车新闻APP"
}
},
};
</
script
>
...
...
pages/tour.vue
View file @
01caed7f
...
...
@@ -134,8 +134,10 @@
changeBanner
()
{},
bannerClick
()
{},
},
head
:
{
title
:
'房车旅游'
head
()
{
return
{
title
:
"欣新房车旅游|房车自驾游|房车旅行|房车一日游|房车出行|房车旅游景点|房车旅行攻略|房车旅游APP"
}
},
async
asyncData
()
{
const
{
data
}
=
await
axios
.
get
(
'/api/app/banner/app/unauth/findBannerlist?type=1&platform=1'
);
...
...
@@ -175,7 +177,7 @@
/* appearance: none;
-webkit-appearance: none;
-moz-appearance: none; */
}
.campsiteDetail
{
...
...
pages/vehicle.vue
View file @
01caed7f
...
...
@@ -152,6 +152,11 @@
}
}
},
head
()
{
return
{
title
:
"欣新房车租赁|房车出租|房车服务|租用房车|出租房车|房车租赁APP"
}
}
};
</
script
>
...
...
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