Merge pull request #68 from crimson-gao/fix/avatar

fix: 修复 avatar 配置
This commit is contained in:
芋道源码 2022-02-09 08:53:20 +08:00 committed by GitHub
commit 5151112912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ yudao:
mock-enable: true mock-enable: true
mock-secret: test mock-secret: test
file: file:
base-path: http://api-dashboard.yudao.iocoder.cn${yudao.web.api-prefix}/infra/file/get/ base-path: http://api-dashboard.yudao.iocoder.cn${yudao.web.admin-api.prefix}/infra/file/get/
xss: xss:
enable: false enable: false
exclude-urls: # 如下两个 url仅仅是为了演示去掉配置也没关系 exclude-urls: # 如下两个 url仅仅是为了演示去掉配置也没关系

View File

@ -185,7 +185,7 @@ yudao:
mock-enable: true mock-enable: true
mock-secret: test mock-secret: test
file: file:
base-path: http://127.0.0.1:${server.port}${yudao.web.api-prefix}/infra/file/get/ base-path: http://127.0.0.1:${server.port}${yudao.web.admin-api.prefix}/infra/file/get/
xss: xss:
enable: false enable: false
exclude-urls: # 如下两个 url仅仅是为了演示去掉配置也没关系 exclude-urls: # 如下两个 url仅仅是为了演示去掉配置也没关系