运营活动

This commit is contained in:
liuye
2023-01-29 13:55:41 +08:00
parent 7c2a1c32e5
commit 675656ff3e
6 changed files with 114 additions and 103 deletions

View File

@@ -80,7 +80,9 @@ export default {
} else if (/\/project\/beta\//.test(libPath)) {
corpId = 'ww2a667717a70164f1'
module = 'wangge'
}
}else if (/\/project\/activeAnalysis\//.test(libPath)) {
module = 'yyhd'
}
this.setModule(module)
return Promise.resolve({corpId, module})
}