Commit 3fd39302 authored by 陈珊's avatar 陈珊

1

parent 28c490ef
...@@ -90,7 +90,7 @@ new Vue({ ...@@ -90,7 +90,7 @@ new Vue({
GetSessionInfo(){ GetSessionInfo(){
let _this = this; let _this = this;
let data = { let data = {
token: "ADA90463-7ABE-4564-83A6-B6BB278975D0" token: sessionStorage.getItem("op_id")
} }
$.ajax({ $.ajax({
url: baseurl + "screen/GetSessionInfo", url: baseurl + "screen/GetSessionInfo",
......
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