Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
郭成尧
2018-01-19 10:55:23 +0800
Commit
05fde634113340fa0da5dbe797f2b39be6cbc377
1 parent
fe667aa5
offline-page
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
apps/common/controllers/index.js
apps/common/views/action/offline.hbs
apps/common/controllers/index.js
View file @
05fde63
const
headerModel
=
require
(
'../../../doraemon/models/header'
);
// 头部model
module
.
exports
=
{
offline
(
req
,
res
)
{
res
.
send
(
'you are offline'
);
res
.
render
(
'offline'
,
{
pageHeader
:
headerModel
.
setNav
()
});
}
};
...
...
apps/common/views/action/offline.hbs
0 → 100644
View file @
05fde63
Please
register
or
login
to post a comment