Commit 0a75e265 authored by wildfirecode13's avatar wildfirecode13

u

parent 3d0f4bb1
{"proSetting":{"projectxIDs":{"testId":"pf80f49cf","devId":"pf80f49cf","prodId":"pf80f49cf"},"skinVariables":[]},"envSetting":{}}
...@@ -15,7 +15,6 @@ import { WebNetName } from "./WebNetName"; ...@@ -15,7 +15,6 @@ import { WebNetName } from "./WebNetName";
import {accessLog} from 'duiba-utils' import {accessLog} from 'duiba-utils'
/** /**
* 全局事件,为了和小程序交互 * 全局事件,为了和小程序交互
* 有可能多处页面用到,所以单开 * 有可能多处页面用到,所以单开
...@@ -55,7 +54,7 @@ export class Main { ...@@ -55,7 +54,7 @@ export class Main {
sendWebNet(WebNetName.login,{ sendWebNet(WebNetName.login,{
appId:getUrlParams("appID"), appId:getUrlParams("appID"),
unionid:'oIbvOt3D_z7AfHz9lI6VmDEeYDIk', unionid:'oIbvOt3D_z7AfHz9lI6VmDEeYDIk',
redirectUrl:`http://activity.m.duibatest.com.cn/projectx/pe4f11ce9/index.html?appID=19493&issharepage=${getQueryParams().issharepage}` redirectUrl:`https://activity.m.duiba.com.cn/projectx/pf80f49cf/index.html?appID=85337&issharepage=${getQueryParams().issharepage}`
}).then(res=>{ }).then(res=>{
location.href=res.data; location.href=res.data;
}); });
......
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