爱简收旧衣按件回收前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

27 lines
733 B

"use strict";
const utils_utils = require("./utils/utils.js");
const type = "dev";
const config = {
dev: {
baseUrl: "https://www.ddmhs.top"
},
prod: {
baseUrl: "https://www.ddmhs.top"
}
};
const defaultConfig = {
mapKey: "XMBBZ-BCPCV-SXPPQ-5Y7MY-PHZXK-YFFVU",
aliOss: {
url: "https://oss.ddmhs.top/",
config: {
region: "oss-cn-hangzhou",
accessKeyId: "LTAI5tDXgH5a42GbUZroVvio",
accessKeySecret: "TK7jQ0KeXnFBHNxpEHzT83Spp81tl5",
bucket: "ossddmhs",
endpoint: "oss-cn-hangzhou.aliyuncs.com"
}
}
};
const ossConfig = utils_utils.util.deepMergeObject(defaultConfig, config[type]);
exports.ossConfig = ossConfig;
//# sourceMappingURL=../.sourcemap/mp-weixin/config.js.map