zoujiandong 43abd1f3d6 222
2025-07-30 13:58:39 +08:00

15 lines
457 B
JavaScript

"use strict";
const common_vendor = require("../common/vendor.js");
let BASE_URL = "";
{
const { envVersion } = common_vendor.index.getAccountInfoSync().miniProgram;
if (envVersion == "release") {
BASE_URL = "https://prod-casedata.igandan.com/api";
} else {
BASE_URL = "https://dev-casedata.igandan.com/api";
}
}
const BASE_URL$1 = BASE_URL;
exports.BASE_URL = BASE_URL$1;
//# sourceMappingURL=../../.sourcemap/mp-weixin/utils/config.js.map