#
whycq
2022-09-22 0a8b79dc217287273ee36ade274b0e28f782a5e6
pages/login/login.vue
@@ -294,7 +294,7 @@
                     }
                     uni.setStorageSync('token', res.data.token);
                     setTimeout(() => {
                        uni.navigateBack();      //   小程序用这个  把首页路由放第一个
                        // uni.navigateBack();      //   小程序用这个  把首页路由放第一个
                        uni.reLaunch({
                           url: '../index/index'
                        });