d11
This commit is contained in:
+7
-1
@@ -1,7 +1,13 @@
|
||||
"use strict";
|
||||
const common_vendor = require("../common/vendor.js");
|
||||
let BASE_URL = "";
|
||||
{
|
||||
BASE_URL = "https://dev-casedata.igandan.com/api";
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user