feat: release

This commit is contained in:
zzc
2026-05-20 23:16:53 +08:00
parent 0143a08af7
commit 48c7cebac1
4 changed files with 142 additions and 26 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.2:3999";
// const BASE_URL = "http://192.168.31.253:3999";
import { useUserStore } from "@/stores/user";
@@ -35,7 +35,7 @@ function hideLoading() {
function getHeaders() {
const userStore = useUserStore();
const headers = {
"x-app-id": "69665538a49b8ae3be50fe5d",
"x-app-id": "6a0d7dbe4c5de50f2ba66475",
"x-platform": platform,
"x-user-id": userStore?.userInfo?.id || "",
};