|
@@ -2,12 +2,12 @@ import { getAccountInfoSync } from "./lib/wx/open-api";
|
|
|
|
|
|
|
|
const miniProgram = getAccountInfoSync();
|
|
const miniProgram = getAccountInfoSync();
|
|
|
const env = miniProgram.envVersion;
|
|
const env = miniProgram.envVersion;
|
|
|
-let host = "wx2.hzliuzhi.com";
|
|
|
|
|
|
|
+let host="zhuji.hzliuzhi.com";
|
|
|
if (env === "trial") {
|
|
if (env === "trial") {
|
|
|
host = "test.hzliuzhi.com";
|
|
host = "test.hzliuzhi.com";
|
|
|
} else if (env === "develop") {
|
|
} else if (env === "develop") {
|
|
|
- host = "wx.hzliuzhi.com:4433";
|
|
|
|
|
- // host="test.hzliuzhi.com"
|
|
|
|
|
|
|
+ // host = "wx.hzliuzhi.com:4433";
|
|
|
|
|
+ host="test.hzliuzhi.com";
|
|
|
}
|
|
}
|
|
|
export const HOST = host;
|
|
export const HOST = host;
|
|
|
export const Base_URL = `https://${host}/manager/fdhb-mobile`;
|
|
export const Base_URL = `https://${host}/manager/fdhb-mobile`;
|