修改域名
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
let productUrl = 'https://api.nnbc123.cn'; // 正式环境
|
||||
const testUrl = 'http://beta.api.nnbc123.cn'; // 测试环境
|
||||
let productUrl = 'https://api.ymlive.fun'; // 正式环境
|
||||
const testUrl = 'http://beta.api.ymlive.fun'; // 测试环境
|
||||
|
||||
|
||||
function render (templateId, templateData, target) {
|
||||
@@ -7,7 +7,7 @@ function render (templateId, templateData, target) {
|
||||
target.innerHTML += html;
|
||||
}
|
||||
// 访问页面域名
|
||||
var tranUrl = 'https://h5.nnbc123.cn';
|
||||
var tranUrl = 'https://h5.ymlive.fun';
|
||||
|
||||
function dateFormat (date, fmt) {
|
||||
date = new Date(date);
|
||||
|
Reference in New Issue
Block a user