fix: avatar page

This commit is contained in:
zzc
2026-01-31 22:01:02 +08:00
parent 1c42598335
commit f9453bae82
4 changed files with 13 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
// const BASE_URL = "https://api.ai-meng.com";
const BASE_URL = 'http://127.0.0.1:3999'
const BASE_URL = "https://api.ai-meng.com";
// const BASE_URL = 'http://127.0.0.1:3999'
// const BASE_URL = "http://192.168.1.3:3999";
// const BASE_URL = "http://192.168.31.253:3999";
import { useUserStore } from "@/stores/user";