Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yoho-node-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Targaryen
2017-10-24 18:18:34 +0800
Commit
95ea562042a30582384215a00d91e80d185cfa45
1 parent
32eab0a2
domain
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/web/actions/file.js
apps/web/actions/file.js
View file @
95ea562
@@ -37,7 +37,7 @@ const file = {
@@ -37,7 +37,7 @@ const file = {
37
* 文件管理页面
37
* 文件管理页面
38
*/
38
*/
39
page
:
async
(
ctx
)
=>
{
39
page
:
async
(
ctx
)
=>
{
40
-
await
ctx
.
render
(
'/action/file_page'
);
40
+
await
ctx
.
render
(
'/action/file_page'
,
{
domain
:
FileApi
.
DOMAIN
}
);
41
},
41
},
42
42
43
/**
43
/**
Please
register
or
login
to post a comment