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
Email Patches
Plain Diff
Browse Files
Authored by
沈志敏
2016-08-29 20:08:56 +0800
Commit
b018a1a805ca57b897502923a48230098ce02f74
1 parent
8937f749
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
doraemon/middleware/error-handler.js
public/js/common/error.page.js
doraemon/middleware/error-handler.js
View file @
b018a1a
...
...
@@ -52,4 +52,4 @@ exports.serverError = () => {
}
next
(
err
);
};
};
\ No newline at end of file
};
...
...
public/js/common/error.page.js
View file @
b018a1a
...
...
@@ -14,5 +14,5 @@ yoho.ready(() => {
$
(
'.home'
).
on
(
'click'
,
()
=>
{
interceptClick
.
intercept
(
'/'
);
yoho
.
goBack
();
})
})
;
});
\ No newline at end of file
...
...
Please
register
or
login
to post a comment