修改测试域名

This commit is contained in:
Dragon
2023-09-01 15:20:36 +08:00
parent a3de94198c
commit 11d087eff2
38 changed files with 43 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
const productUrl = 'https://api.pekolive.com'; // 正式环境
const testUrl = 'https://beta.api.pekolive.com'; // 测试环境
const testUrl = 'http://beta.api.pekolive.com'; // 测试环境
function render (templateId, templateData, target) {