guoxing 2 years ago
parent
commit
9e82b322b5
  1. 2
      yxt-portal-ui/src/views/Home/Home.vue

2
yxt-portal-ui/src/views/Home/Home.vue

@ -433,8 +433,10 @@
window.open('/#/index', '_blank')
} else if (index === 0) {
window.open('http://192.168.3.8:9531/#/' + '?token=' + getStorage(), '_blank')
// window.open('http://jianguan.yyundong.com/report/#/' + '?token=' + getStorage(), '_blank')
} else if (index === 1) {
window.open('http://192.168.3.8:9531#/' + '?token=' + getStorage(), '_blank')
// window.open('http://jianguan.yyundong.com/customer/#/' + '?token=' + getStorage(), '_blank')
} else if (index === 2) {
window.open('http://jianguan.yyundong.com/business/#/' + '?token=' + getStorage(), '_blank')
} else if (index === 3) {

Loading…
Cancel
Save