Commit dc1565ca by txy

'1233'

parent 5e7f7d8a
...@@ -34,8 +34,9 @@ function orgIdFn(id) { ...@@ -34,8 +34,9 @@ function orgIdFn(id) {
} }
// 获取token // 获取token
function getToken() { function getToken() {
var t = sessionStorage.getItem('x-token'); // var t = sessionStorage.getItem('x-token');
return t // return t
return user.token
} }
// 获取域名及二级目录 // 获取域名及二级目录
......
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