From df524ee7c738bc2177842f1e05cc6a83c392a01e Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Wed, 11 Jun 2025 15:46:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E6=A3=80=E9=A3=9F=E5=A0=82=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E4=BF=AE=E6=94=B92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/yjCanteen.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/yjCanteen.vue b/pages/yjCanteen.vue index 0471370..c609563 100644 --- a/pages/yjCanteen.vue +++ b/pages/yjCanteen.vue @@ -32,7 +32,7 @@ const mobile = uni.getStorageSync('mobile'); const origin = location.origin; console.log(origin) - return `${origin}/canteen/SDT_ZHST_APP/index.html?token=${token}&mobile=${mobile}`; + return `${origin}/SDT_ZHST_APP/index.html?token=${token}&mobile=${mobile}`; } }, onReady() {