吉安感知网项目-前端
chenyao
2026-01-08 f0b37d3398489ad7cb990ca97ea13552b2c1e892
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 =