Commit 63963938 authored by cc's avatar cc

update

parent 2bc5139e
......@@ -57,7 +57,7 @@ class App extends Component {
await ensureDomain();
CFG.domain = domain;
if(isMiniprogram()){ //小程序域名写死
CFG.domain = "https://96094-2-activity.dexfu.cn";
CFG.domain = "https://96094-2-activity.m.dexfu.cn";
}
await waitTime(5)
shareStore.initShare()
......
......@@ -92,7 +92,7 @@ class Sharepage extends React.Component {
}
CFG.workerCode = getUrlParam("ykCode");
if (isMiniprogram()) { //小程序域名写死
CFG.domain = "https://96094-2-activity.dexfu.cn";
CFG.domain = "https://96094-2-activity.m.dexfu.cn";
} else {
CFG.domain = location.origin
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment