运检食堂跳转修改2

This commit is contained in:
zzyuan 2025-06-11 15:46:21 +08:00
parent bc8a561030
commit df524ee7c7
1 changed files with 1 additions and 1 deletions

View File

@ -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() {