🆕 add ui

This commit is contained in:
Song
2020-09-01 19:27:16 +08:00
parent 0cb75f9913
commit 564628cdd4
9 changed files with 140 additions and 22 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ module.exports = {
)
.then((res) => {
if (res.data && res.data.access_token) {
console.log("Get token: ", res.data.access_token);
console.log("Token requested.");
token = res.data.access_token;
app.access_token = token;
} else {