|
@@ -82,6 +82,7 @@ import {
|
|
|
getStaticContent,
|
|
|
} from '@/api/api';
|
|
|
import { getToken, setToken } from '@/utils/auth';
|
|
|
+import { getConfigInfor } from '@/utils/index';
|
|
|
|
|
|
import HeaderPage from '@/components/Header';
|
|
|
|
|
@@ -130,6 +131,7 @@ export default {
|
|
|
setToken(res);
|
|
|
this.showPage = true;
|
|
|
});
|
|
|
+ await getConfigInfor();
|
|
|
}
|
|
|
let data = getToken();
|
|
|
this.token = JSON.parse(data);
|