Skip to content

Commit

Permalink
[bug-modify]:Changing the Default Port
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengdechang2 committed Nov 30, 2022
1 parent d5027b6 commit 5b0eada
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions platform/viewer/public/config/docker_nginx-orthanc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ window.config = {
// wadoUriRoot: '/10.10.99.88:8042/wado',
// qidoRoot: '/10.10.99.88:8042/dicom-web',
// wadoRoot: '/10.10.99.88:8042/dicom-web',
wadoUriRoot: 'http://10.10.99.88:8042/wado',
qidoRoot: 'http://10.10.99.88:8042/dicom-web',
wadoRoot: 'http://10.10.99.88:8042/dicom-web',
wadoUriRoot: 'http://10.10.99.88:2099/wado',
qidoRoot: 'http://10.10.99.88:2099/dicom-web',
wadoRoot: 'http://10.10.99.88:2099/dicom-web',
qidoSupportsIncludeField: false,
imageRendering: 'wadors',
thumbnailRendering: 'wadors',
Expand Down
4 changes: 2 additions & 2 deletions platform/viewer/src/utils/replaceStr.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ReplaceStr {


serveAddStr = function (serve) {
console.log('serve: ', serve);


if (!serve) return {}

Expand Down Expand Up @@ -46,7 +46,7 @@ class ReplaceStr {
}

serveAddStrOrthanc = function (serve) {
console.log('serve: ', serve);


if (!serve) return {}

Expand Down

0 comments on commit 5b0eada

Please sign in to comment.