Commit 27abc947 authored by 张伯涛's avatar 张伯涛

修改

parent 7e12d1f3
...@@ -127,7 +127,8 @@ function getToken () { ...@@ -127,7 +127,8 @@ function getToken () {
// return ""; // return "";
// } // }
//console.log("token:" + store.getters.getToken()); //console.log("token:" + store.getters.getToken());
return null; const AIToken = localStorage.getItem('AIToken')
return AIToken;
} }
/* /*
......
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