|
|
@@ -239,6 +239,7 @@ export default {
|
|
|
await getStaticContent(Mname, {
|
|
|
access_token: _this.AccessToken,
|
|
|
}).then((res) => {
|
|
|
+ this.$set(res, "access_token", _this.AccessToken);
|
|
|
setToken(res);
|
|
|
sessionStorage.setItem("GCLS_Token_Book", JSON.stringify(res));
|
|
|
if (_this.AppID === "Mobile_Task") {
|