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