This commit is contained in:
lxk0301
2021-02-02 11:58:44 +08:00
parent 95aa7209b7
commit e8584faed3
6 changed files with 7 additions and 7 deletions

View File

@@ -1373,7 +1373,7 @@ function shareCodesFormat() {
}
function requireConfig() {
return new Promise(async resolve => {
await updateTuanIdsCDN('https://gitee.com/lxk0301/updateTeam/raw/master/jd_updateFactoryTuanId.json');
await updateTuanIdsCDN('https://gitee.com/lxk0301/updateTeam/raw/master/shareCodes/jd_updateFactoryTuanId.json');
if ($.tuanIdS && $.tuanIdS.tuanActiveId) {
tuanActiveId = $.tuanIdS.tuanActiveId;
}