...
|
...
|
@@ -7,8 +7,6 @@ const router = new Router(); |
|
|
const FileApi = require('../../ci/file');
|
|
|
const qn = require('../../../lib/qiniu');
|
|
|
|
|
|
const QINIU_PREFIX = 'yoho'; // 待删除
|
|
|
|
|
|
/**
|
|
|
* 处理列表数据
|
|
|
*/
|
...
|
...
|
@@ -61,7 +59,7 @@ const file = { |
|
|
*/
|
|
|
listFiles: async(ctx) => {
|
|
|
let params = {
|
|
|
prefix: QINIU_PREFIX + ctx.query.actPath,
|
|
|
prefix: ctx.query.actPath,
|
|
|
limit: 20
|
|
|
};
|
|
|
|
...
|
...
|
|