feat: release
This commit is contained in:
@@ -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 || "",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user