pyt
2025-03-06 7f0d3f73c6d91c15778753e21f1b90f50f689504
1
2
3
4
5
6
7
8
9
10
11
12
const apiConfig = {
    // 开发环境
    development: {
        baseURL: "",
        mapKey: "67968c82f27c7e2cb9f40c1a9aa3042b",
        secretKey: "37ce61ae86efa5ad82b649a277f5097c",
    },
    // 生产环境
    production: {
    },
};
export default apiConfig[process.env.NODE_ENV];