Commit 023b2285 authored by 黄媛媛's avatar 黄媛媛

update

parent 6fdb1bcc
...@@ -13,7 +13,7 @@ var turnplate = { ...@@ -13,7 +13,7 @@ var turnplate = {
let useInfo={ let useInfo={
accountId:0, accountId:0,
token:"", token:"",
SecretKey:"", secretKey:"",
}; };
let id=11; let id=11;
...@@ -22,7 +22,7 @@ var turnplate = { ...@@ -22,7 +22,7 @@ var turnplate = {
let param = window.location.href.split('?')[1].split("&") ? window.location.href.split('?')[1].split("&") : null; let param = window.location.href.split('?')[1].split("&") ? window.location.href.split('?')[1].split("&") : null;
useInfo.accountId=param ? param[1].split('=')[1] : 0; useInfo.accountId=param ? param[1].split('=')[1] : 0;
useInfo.token=param ? param[2].split('=')[1] : 0; useInfo.token=param ? param[2].split('=')[1] : 0;
useInfo.SecretKey=param ? param[3].split('=')[1] : 0; useInfo.secretKey=param ? param[3].split('=')[1] : 0;
// id = param ? param[4].split('=')[1] : 0; // id = param ? param[4].split('=')[1] : 0;
} }
let userJson = JSON.stringify(useInfo); let userJson = JSON.stringify(useInfo);
......
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