|
@@ -29,7 +29,7 @@ function Auth() {
|
|
|
appType: initialState?.selectApp?.appType,
|
|
|
appId: initialState?.selectApp?.id,
|
|
|
advertisingChannel: key,
|
|
|
- callbackPage: "https://testdistribution.zanxiangwl.com/#/miniApp/adBack"
|
|
|
+ callbackPage: "https://testdistribution.zanxiangwl.com/miniApp/adBack"
|
|
|
}).then(res => {
|
|
|
if (res.code === 200) {
|
|
|
window.open(res.data)
|