Commit 63963938 authored by cc's avatar cc

update

parent 2bc5139e
...@@ -57,7 +57,7 @@ class App extends Component { ...@@ -57,7 +57,7 @@ class App extends Component {
await ensureDomain(); await ensureDomain();
CFG.domain = domain; CFG.domain = domain;
if(isMiniprogram()){ //小程序域名写死 if(isMiniprogram()){ //小程序域名写死
CFG.domain = "https://96094-2-activity.dexfu.cn"; CFG.domain = "https://96094-2-activity.m.dexfu.cn";
} }
await waitTime(5) await waitTime(5)
shareStore.initShare() shareStore.initShare()
......
...@@ -92,7 +92,7 @@ class Sharepage extends React.Component { ...@@ -92,7 +92,7 @@ class Sharepage extends React.Component {
} }
CFG.workerCode = getUrlParam("ykCode"); CFG.workerCode = getUrlParam("ykCode");
if (isMiniprogram()) { //小程序域名写死 if (isMiniprogram()) { //小程序域名写死
CFG.domain = "https://96094-2-activity.dexfu.cn"; CFG.domain = "https://96094-2-activity.m.dexfu.cn";
} else { } else {
CFG.domain = location.origin 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