yangan
2024-06-28 3fef62b03c16aa69c109c355150cdb698b777feb
pages/login/login.vue
@@ -64,7 +64,7 @@
   import { apiLoginWx, apiLoginPassword } from '@/api/publicInterface.js';
   import { mapMutations } from 'vuex';
   import userPassword from './userPassword.vue';
   import { setToken, setRefreshToken, setUsernameKey, setCustomerId, redirectHome } from '@/utils/status.js';
   import { setToken, setRefreshToken, setUsernameKey, setCustomerId, redirectHome} from '@/utils/status.js';
   export default {
      data() {
         return {
@@ -139,6 +139,7 @@
                        this.setUserTabbar(res.data.type);
                        uni.setStorageSync('roleType', res.data.type);
                        setCustomerId(res.data.customerid);
                        setU
                        uni.hideLoading();
                        //跳转页面
                        this.$nextTick(() => {