lrf402788946 4 년 전
부모
커밋
7d3bbc6d1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/service/school.js

+ 1 - 1
app/service/school.js

@@ -50,7 +50,7 @@ class SchoolService extends CrudService {
     const planid = plan.id;
     const planyearid = plan.planyearid;
     // 取得excle中数据
-    const _filepath = 'http://127.0.0.1' + filepath; // this.ctx.app.config.baseUrl
+    const _filepath = 'http://127.0.0.1:9900' + filepath; // this.ctx.app.config.baseUrl
     console.log(_filepath);
     const studatas = await this.getImportXLSXData(
       _filepath,