From 6731c633c9bfc5ca3d66c7b8f832f59ab1975671 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 23 Apr 2024 11:10:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E7=AA=97bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/login.vue | 2 +- uni_modules/uni-popup/components/uni-popup/uni-popup.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index 1e7ff20..d0dcde1 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -117,7 +117,7 @@ }, async toLogin() { // uni.redirectTo({ - // url: '/pages/home/home' + // url: '/pages/management/in-storage' // }) this.disabled = true if (this.loginname === '') { diff --git a/uni_modules/uni-popup/components/uni-popup/uni-popup.vue b/uni_modules/uni-popup/components/uni-popup/uni-popup.vue index c009551..c76d332 100644 --- a/uni_modules/uni-popup/components/uni-popup/uni-popup.vue +++ b/uni_modules/uni-popup/components/uni-popup/uni-popup.vue @@ -453,7 +453,7 @@ .uni-popup { position: fixed; /* #ifndef APP-NVUE */ - z-index: 99; + z-index: 299; /* #endif */ &.top,