333
This commit is contained in:
parent
c44930217f
commit
4346bf8ae2
|
|
@ -224,6 +224,7 @@ export default {
|
|||
toChange() {
|
||||
var user = uni.getStorageSync('userinfo');
|
||||
if (user == null || user == "" || this.userinfo == '') {
|
||||
uni.setStorageSync('redirect', '/pages/user/index');
|
||||
this.$c.nav("/pages/user/login")
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user