fix: index

This commit is contained in:
zzc
2026-02-05 21:58:56 +08:00
parent cc8fcf802f
commit b0cc473a78
2 changed files with 540 additions and 359 deletions

View File

@@ -1,6 +1,6 @@
const BASE_URL = "https://api.ai-meng.com";
// 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.1.3:3999";
// const BASE_URL = "http://192.168.31.253:3999";
import { useUserStore } from "@/stores/user";