王飞
2025-03-07 c5e49c10499435802a6551b98772f95660c6f85a
pages/index/login.vue
@@ -159,11 +159,8 @@
            }
            // 登录成功后跳转首页 - 正式
            loginApi(data).then((res)=>{
               console.log(res);
               uni.hideLoading();
               if (res.code==0) {
                  // localStorage.setItem('token', res.data.token);
                  console.log();
                  uni.setStorageSync('access_token', res.data.tokentype + ' ' + res.data.token);
                  store.commit('$tStore', {
                     name: 'vuex_user',