fix: third api

This commit is contained in:
zzc
2026-01-31 20:59:51 +08:00
parent 3fed213c30
commit a6ee0f8be6
4 changed files with 23 additions and 5 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";