Browse Source

修改代码,下载路径修改

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/2467/head
zouap 2 years ago
parent
commit
8cfbb00ca0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/user_data_analysis.go

+ 1
- 1
routers/repo/user_data_analysis.go View File

@@ -748,7 +748,7 @@ func QueryUserActivity(ctx *context.Context) {

go writeUserActivityToExcel(startTime, endTime, filePath, ctx)

ctx.JSON(http.StatusOK, ctx.Tr("user.static.downloadinfo")+setting.AppURL+"api/v1/download_user_define_file?filename="+filename)
ctx.JSON(http.StatusOK, ctx.Tr("user.static.downloadinfo")+"/api/v1/download_user_define_file?filename="+filename)

}



Loading…
Cancel
Save