吉安感知网项目-前端
张含笑
2026-01-08 487f3eb10230d9d44bafafa2c19241f8ab126108
uniapps/work-app/src/pages/login/index.vue
@@ -121,14 +121,15 @@
      userInfo.deptId,
      userInfo.roleId,
      userInfo.username,
      md5(userInfo.password),
      // md5(userInfo.password),
      userInfo.password,
      userInfo.type,
      userInfo.key,
      userInfo.code
    );
    userStore.setUserInfo(res.data);
    uni.reLaunch({
      url: "/pages/page/index",
      url: "/pages/work/index",
    });
  } catch (error) {
    const errorMsg =