Browse Source

修改跳转路径

master
guoxing 2 years ago
parent
commit
535ec78124
  1. 5
      yxt-portal-ui/src/views/Home/Home.vue

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

@ -400,7 +400,7 @@ export default {
defaultOrgPathName: this.defaultOrgPathName,
defaultOrgPath: this.defaultOrgPath
}
if (index === 8) {
if (index === 9) {
window.open('/#/index', '_blank')
} else if (index === 0) {
window.open('http://jianguan.yyundong.com/customer/#/' + '?token=' + getStorage(), '_blank')
@ -413,8 +413,7 @@ export default {
} else if (index === 4) {
window.open('http://jianguan.yyundong.com/work/#/' + '?token=' + getStorage(), '_blank')
} else if (index === 5) {
// window.open('http://jianguan.yyundong.com/message/#/' + '?token=' + getStorage(), '_blank')
window.open('http://jianguan.yyundong.com/monitor/#/' + '?token=' + getStorage(), '_blank')
} else if (index === 6) {
window.open('http://jianguan.yyundong.com/message/#/' + '?token=' + getStorage(), '_blank')
} else if (index === 7) {

Loading…
Cancel
Save