|
@@ -47,7 +47,7 @@ export default {
|
|
|
const result = await getACPUrlParams();
|
|
|
if (Array.isArray(result) && result.length >= 2) {
|
|
|
const [signature, encrypt] = result;
|
|
|
- this.acpUrl = `https://payment.alibaba.com/home.html?from=suhaotong&&signature=${signature}&platformParam=${encrypt}`;
|
|
|
+ this.acpUrl = `https://payment.alibaba.com?from=suhaotong&signature=${signature}&platformParam=${encrypt}`;
|
|
|
}
|
|
|
} catch (error) {
|
|
|
if (error?.response?.status !== 500) {
|