From 5dc3aff7a25fdaaf5563521e3f951d2ac29e2b4f Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 6 Jun 2022 16:09:29 +0800 Subject: [PATCH] bug --- src/saas/AppCountryAlbum/ReportImg.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/saas/AppCountryAlbum/ReportImg.vue b/src/saas/AppCountryAlbum/ReportImg.vue index b3612bfb..ef1a0b55 100644 --- a/src/saas/AppCountryAlbum/ReportImg.vue +++ b/src/saas/AppCountryAlbum/ReportImg.vue @@ -113,7 +113,7 @@ this.$u.toast('新增成功') setTimeout(() => { uni.reLaunch({ - url: 'AppCountryAlbum' + url: './AppCountryAlbum' }) }, 500) }