lrf402788946 4 年之前
父节点
当前提交
11723a661f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/service/dock/patent.js

+ 1 - 0
app/service/dock/patent.js

@@ -15,6 +15,7 @@ class PatentService extends CrudService {
     super(ctx, 'patent');
     this.model = this.ctx.model.Patent;
     this.root_path = _.get(this.ctx.app.config.export, 'root_path');
+    console.log(`root_path=>${this.root_path}`);
     this.file_type = '';
     if (!fs.existsSync(`${this.root_path}${this.file_type}`)) {
       // 如果不存在文件夹,就创建