release: update 3.6.4

This commit is contained in:
xiaoxian521
2022-11-10 12:28:10 +08:00
parent 9a802296c7
commit 1bafbeaab7
14 changed files with 68 additions and 114 deletions

View File

@@ -1,4 +1,4 @@
import { http } from "../utils/http";
import { http } from "@/utils/http";
type Result = {
success: boolean;

View File

@@ -1,4 +1,4 @@
import { http } from "../utils/http";
import { http } from "@/utils/http";
export type UserResult = {
success: boolean;