Commit df7fcfb6 authored by wildfirecode13's avatar wildfirecode13

111

parent 0bc02cb2
......@@ -9,6 +9,6 @@ module.exports ={
"IMAGE_Q1": 0.6,
"IMAGE_Q2": 0.8,
"RES_PATH": "/src/assets/",
"RES_PATH_PROD": "//yun.duiba.com.cn/spark/v2/temp_base/1635143420426",
"JS_PATH_PROD": "https://yun.duiba.com.cn/spark/v2/temp_base/1635143422861/js"
"RES_PATH_PROD": "//yun.duiba.com.cn/spark/v2/temp_base/1635143894406",
"JS_PATH_PROD": "https://yun.duiba.com.cn/spark/v2/temp_base/1635143896407/js"
}
\ No newline at end of file
......@@ -16,16 +16,16 @@ class App extends Component {
async componentDidMount() {
const urlPrefix = 'https://activity.m.duibatest.com.cn/projectx/p45d740bc/';
const url = urlPrefix + 'index.html?appID=19432';
const url = urlPrefix + 'index.html';
const callBackUrl = urlPrefix + 'index.html?appID=19432&iscallback=1';
const redirectUrl = urlPrefix + 'index.html?appID=19432&isredirect=1';
const callBackUrl = urlPrefix + 'callback.html';
const redirectUrl = urlPrefix + 'redirect.html';
// const iscallback = location.href.indexOf('callback.html') > 0;
// const isredirect = location.href.indexOf('redirect.html') > 0;
const iscallback = location.href.indexOf('callback.html') > 0;
const isredirect = location.href.indexOf('redirect.html') > 0;
let activityId = CFG.projectId;
let {iscallback, isredirect, cmbdata } = queryParams;
let { cmbdata } = queryParams;
setTimeout(() => {
console.error('queryParams', JSON.stringify(queryParams));
......
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