运检食堂跳转修改2
This commit is contained in:
parent
bc8a561030
commit
df524ee7c7
|
|
@ -32,7 +32,7 @@
|
||||||
const mobile = uni.getStorageSync('mobile');
|
const mobile = uni.getStorageSync('mobile');
|
||||||
const origin = location.origin;
|
const origin = location.origin;
|
||||||
console.log(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() {
|
onReady() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue