|
@@ -10,7 +10,8 @@ export async function login() {
|
|
|
const timestamp = parseInt(new Date().valueOf() / 1000);
|
|
|
let data = {
|
|
|
timestamp,
|
|
|
- send_order_id: Vue.prototype.sendid || localStorage.getItem("sendid") || ''
|
|
|
+ send_order_id: Vue.prototype.sendid || localStorage.getItem("sendid") || '',
|
|
|
+ form_url: location.href
|
|
|
};
|
|
|
let ret = await userLogin(data);
|
|
|
if (ret) {
|