This commit is contained in:
宇阳
2024-10-17 16:34:53 +08:00
parent dbad8712d6
commit 3fcd17fbff
2 changed files with 2 additions and 10 deletions

View File

@@ -3,8 +3,8 @@ import { Modal, notification } from "antd";
import { useUserStore } from "@/stores";
// 配置项目API域名
export const baseURL = "http://localhost:9003/api";
// export const baseURL = "https://api.liuyuyang.net/api";
// export const baseURL = "http://localhost:9003/api";
export const baseURL = "https://api.liuyuyang.net/api";
// 创建 axios 实例
export const instance = axios.create({