Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
郭成尧
2016-08-17 13:30:52 +0800
Commit
6d66f35eb5e6912bbae9d5cf5fba573faf19b49f
2 parents
3c59e4cf
c8b577ee
Merge branch 'develop' of git.yoho.cn:fe/yohoblk-wap into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
config/common.js
public/vue/editorial/detail.vue
config/common.js
View file @
6d66f35
...
...
@@ -87,7 +87,7 @@ if (isProduction) {
domains
:
{
api
:
'http://api.yoho.yohoops.org/'
,
service
:
'http://service.yoho.yohoops.org/'
,
singleApi
:
'http://
api_
single.yoho.cn/'
singleApi
:
'http://single.yoho.cn/'
},
memcache
:
{
master
:
[
'memcache1.yohoops.org:12111'
,
'memcache2.yohoops.org:12111'
,
'memcache3.yohoops.org:12111'
],
...
...
public/vue/editorial/detail.vue
View file @
6d66f35
...
...
@@ -40,7 +40,7 @@
<img :src="item.thumb | resize 213 134"/>
</a>
</div>
<h3><a :href="`/editorial/${item.id}.html`">{{item.title}}</a></h3>
<h3><a
class="line-clamp-2"
:href="`/editorial/${item.id}.html`">{{item.title}}</a></h3>
<div class="sub-time">
<span class="icon icon-timeshare"></span><span class="label">{{article.publishTime | formatUnixTime 'MM.DD HH:mm'}}</span>
</div>
...
...
@@ -104,6 +104,7 @@
img {
width: 214px;
height: 134px;
}
}
...
...
Please
register
or
login
to post a comment