|
@@ -23,7 +23,7 @@ export default {
|
|
let id = res.book_id;
|
|
let id = res.book_id;
|
|
let Mname = "login_control-ParseAccessToken";
|
|
let Mname = "login_control-ParseAccessToken";
|
|
getStaticContent(Mname, {
|
|
getStaticContent(Mname, {
|
|
- access_code: res.access_token,
|
|
|
|
|
|
+ access_token: res.access_token,
|
|
}).then((res) => {
|
|
}).then((res) => {
|
|
setToken(res);
|
|
setToken(res);
|
|
this.$router.push(
|
|
this.$router.push(
|