罗广辉
2025-10-23 6d009f08368f93713c1ebeca6acde4163042faa4
src/pages/login/index.vue
@@ -29,8 +29,8 @@
import { HOME_PATH, LOGIN_PATH, removeQueryString } from "@/router";
const userStore = useUserStore();
const loginForm = ref({
  username: "cpz3",
  password: "cpz3@2025",
  username: "zhx",
  password: "123456",
});
const inputStyle = computed(() => {
  const style = {};
@@ -64,7 +64,7 @@
    userInfo.code
  ).then((res) => {
    userStore.setUserInfo(res.data);
    uni.switchTab({
    uni.reLaunch({
      url: "/pages/user/index",
    });
  });