Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
ZhongW
2016-11-21 09:35:27 +0800
Commit
d25f2976be745a652b1600ac82448c43290f32b0
2 parents
f1a9e722
6f638cfa
Merge branch 'hotfix_网销页面图片下载大小' into grey
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/apps/common/controllers/index.js
code/apps/common/controllers/index.js
View file @
d25f297
...
...
@@ -23,7 +23,7 @@ module.exports=function(app) {
}
});
app
.
get
(
"/"
,
"common.
I
ndex"
);
app
.
get
(
"/"
,
"common.
i
ndex"
);
app
.
get
(
"/error"
,
"common.Error"
);
...
...
Please
register
or
login
to post a comment