Browse Source

修改问题

master
yunuo970428 1 year ago
parent
commit
e3db71788e
  1. 2
      anrui-system-ui/src/views/Home/Home.vue

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

@ -409,7 +409,7 @@ export default {
}
if (index == '9') {
// this.$router.push({path: '/index'})
let myPopup = window.open('/#/index', '_blank')
let myPopup = window.open('/#/index' + '?token=' + getStorage() + '&organizationData=' + encodeURI((JSON.stringify(organizationData))), '_blank')
} else if (index == '7') {
// let myPopup = window.open('http://127.0.0.1:9531/base/#/' + '?token=' + getStorage() + '&organizationData=' + encodeURI((JSON.stringify(organizationData))), '_blank')
let myPopup = window.open('http://anrui.yyundong.com/base/#/' + '?token=' + getStorage() + '&organizationData=' + encodeURI((JSON.stringify(organizationData))), '_blank')

Loading…
Cancel
Save