From c5e49c10499435802a6551b98772f95660c6f85a Mon Sep 17 00:00:00 2001 From: 王飞 <14095171+wang-fei12345@user.noreply.gitee.com> Date: 星期五, 07 三月 2025 09:15:56 +0800 Subject: [PATCH] 定位app首次提交 --- pages/index/login.vue | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/pages/index/login.vue b/pages/index/login.vue index c2cffe2..d32a5dd 100644 --- a/pages/index/login.vue +++ b/pages/index/login.vue @@ -159,11 +159,8 @@ } // 鐧诲綍鎴愬姛鍚庤烦杞椤� - 姝e紡 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', -- Gitblit v1.9.3