fix: 引用错误

This commit is contained in:
2025-09-18 16:36:43 +08:00
parent 545604d537
commit e117197737

View File

@@ -7,7 +7,7 @@ import React, {
import { Button, Input, View, Text } from "@tarojs/components";
import Taro from "@tarojs/taro";
import CommonPopup from "../CommonPopup";
import { getCurrentFullPath } from "@/components/Auth";
import { getCurrentFullPath } from "@/utils";
import { useUserInfo, useUserActions } from "@/store/userStore";
import style from "./index.module.scss";