cyl/master-im
wangxia 6 months ago
parent 0453612e87
commit 34b483f970

@ -69,7 +69,7 @@ let data = {
let that = this; let that = this;
if (!uni.getStorageSync("apply-token")) { if (!uni.getStorageSync("apply-token")) {
uni.reLaunch({ uni.reLaunch({
url: '/pages/login/index?path=' + that.getPath().path + '&level=' + that.getPath().level url: '/pages/login/index?path=/' + that.getPath().path + '&level=' + that.getPath().level
}); });
return false; return false;
} else { } else {

Loading…
Cancel
Save