修复设置自定义团id无用的bug
This commit is contained in:
@@ -1345,7 +1345,6 @@ function shareCodesFormat() {
|
||||
}
|
||||
function requireConfig() {
|
||||
return new Promise(async resolve => {
|
||||
process.env.TUAN_ACTIVEID = 'u9pm44YKSBNDQTgn7sOCEg=='
|
||||
tuanActiveId = $.isNode() ? (process.env.TUAN_ACTIVEID || tuanActiveId) : ($.getdata('tuanActiveId') || tuanActiveId);
|
||||
if (!tuanActiveId) {
|
||||
await updateTuanIdsCDN();
|
||||
|
||||
Reference in New Issue
Block a user