|
@@ -22,7 +22,7 @@ export namespace APICenter {
|
|
|
|
|
|
let sendingTime: Map<string, number> = new Map()
|
|
|
|
|
|
- export let debugMode = true
|
|
|
+ export let debugMode = false
|
|
|
|
|
|
function getDeviceFingerprint() {
|
|
|
var fingerprint = {
|
|
@@ -283,7 +283,9 @@ export namespace APICenter {
|
|
|
|
|
|
function getServerUrl() {
|
|
|
if (!debugMode) {
|
|
|
- return "https://yixuefrp.cxhy.cn/wx/"
|
|
|
+ return "https://yixuedjango.cxhy.cn/wx/"
|
|
|
+ //https://yixuedjango.cxhy.cn/
|
|
|
+ //https://yixuefrp.cxhy.cn/wx/
|
|
|
} else {
|
|
|
return "http://127.0.0.1:13008/wx/"
|
|
|
}
|