fix: make page

This commit is contained in:
zzc
2026-01-31 11:25:53 +08:00
parent 34a06794f9
commit ff0b6e5a10
3 changed files with 23 additions and 11 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";