Browse Source

Merge remote-tracking branch 'origin/master'

master
God 3 years ago
parent
commit
fa34e93f0a
  1. 2
      anrui-system-ui/src/views/Home/Home.vue

2
anrui-system-ui/src/views/Home/Home.vue

@ -285,7 +285,7 @@
} else if (index == '8') {
let myPopup = window.open('http://120.46.172.184/message/#/' + '?token=' + getStorage(), '_blank')
} else if (index == '1') {
let myPopup = window.open('http://127.0.0.1:9531/scm/#/' + '?token=' + getStorage(), '_blank')
let myPopup = window.open('http://120.46.172.184/scm/#/' + '?token=' + getStorage(), '_blank')
} else if (index == '4') {
let myPopup = window.open('http://120.46.172.184/fin/#/' + '?token=' + getStorage(), '_blank')
} else if (index == '5') {

Loading…
Cancel
Save