Skip to content

Commit

Permalink
[bug-modify]:claer console
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengdechang2 committed Nov 30, 2022
1 parent b50ad61 commit 0967337
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platform/core/src/studies/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const changeServe = (object) => {

let res = list.reduce((pre, item) => {
let midFn = object[item]
console.log('midFn: ', midFn);

Object.defineProperty(object, [item], {
value: function (...arg) {
let [server, ...params] = arg
Expand Down
2 changes: 1 addition & 1 deletion platform/viewer/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class App extends Component {
super(props);

const { config, defaultExtensions } = props;
console.log('config:111 ', config);


const appDefaultConfig = {
showStudyList: true,
Expand Down
2 changes: 1 addition & 1 deletion platform/viewer/src/components/Header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function Header(props) {

}

console.log('currentIp: ', currentIp);



let serverListMid = JSON.parse(localStorage.getItem('serverList'))
Expand Down

0 comments on commit 0967337

Please sign in to comment.