From 3aa4572ed4325f45f78b4882d78bcc352321450a Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Thu, 15 Dec 2022 18:28:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=9C=B0=E5=9D=802?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 45fd9a9..15259e8 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -219,7 +219,7 @@ export default { // this.$router.push('/') if (sessionStorage.getItem('param')) { const param = JSON.parse(window.atob(sessionStorage.getItem('param'))) - window.location = 'http://zs.main.picaiba.com?' + param + window.location = 'http://main.cnbmai.picaiba.com?' + param } }, handleAlarm() {},