From e8d3a6414427f7e89ce2d142cdf1b1ffcb1db422 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 17 Oct 2022 16:45:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=84=E4=B8=AA=E4=B8=9A?= =?UTF-8?q?=E5=8A=A1=E6=A8=A1=E5=9D=97=E8=BF=9E=E6=8E=A5=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anrui-system-ui/src/views/Home/Home.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/anrui-system-ui/src/views/Home/Home.vue b/anrui-system-ui/src/views/Home/Home.vue index e0d44bfd0a..084c425506 100644 --- a/anrui-system-ui/src/views/Home/Home.vue +++ b/anrui-system-ui/src/views/Home/Home.vue @@ -261,7 +261,7 @@ export default { }, created() { - this.getsPasswordByUserSid() + // this.getsPasswordByUserSid() }, mounted() { this.Orgname = window.sessionStorage.getItem('Orgname') @@ -365,17 +365,17 @@ export default { // this.$router.push({path: '/index'}) let myPopup = window.open('/#/index', '_blank') } else if (index == '7') { - let myPopup = window.open('http://120.46.172.184/base/#/' + '?token=' + getStorage(), '_blank') + let myPopup = window.open('http://anrui.yyundong.com/base/#/' + '?token=' + getStorage(), '_blank') } else if (index == '8') { - let myPopup = window.open('http://120.46.172.184/message/#/' + '?token=' + getStorage(), '_blank') + let myPopup = window.open('http://anrui.yyundong.com/message/#/' + '?token=' + getStorage(), '_blank') } else if (index == '1') { let myPopup = window.open('http://anrui.yyundong.com/scm/#/' + '?token=' + getStorage(), '_blank') } else if (index == '4') { - let myPopup = window.open('http://120.46.172.184/fin/#/' + '?token=' + getStorage(), '_blank') + let myPopup = window.open('http://anrui.yyundong.com/fin/#/' + '?token=' + getStorage(), '_blank') } else if (index == '5') { - let myPopup = window.open('http://120.46.172.184/manage/#/' + '?token=' + getStorage(), '_blank') + let myPopup = window.open('http://anrui.yyundong.com/manage/#/' + '?token=' + getStorage(), '_blank') } else if (index == '0') { - let myPopup = window.open('http://120.46.172.184/buscenter/#/' + '?token=' + getStorage(), '_blank') + let myPopup = window.open('http://anrui.yyundong.com/buscenter/#/' + '?token=' + getStorage(), '_blank') } // const page = this.$router.resolve({name: name}) // window.open(page.href,'_blank')