Authored by Targaryen

domain

... ... @@ -37,7 +37,7 @@ const file = {
* 文件管理页面
*/
page: async(ctx) => {
await ctx.render('/action/file_page');
await ctx.render('/action/file_page', {domain: FileApi.DOMAIN});
},
/**
... ...