Authored by Targaryen

domain

@@ -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 /**