mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
fix bug checktoken
This commit is contained in:
@@ -52,8 +52,8 @@ function beforeunloadHandler() {
|
|||||||
time1.value = new Date().getTime();
|
time1.value = new Date().getTime();
|
||||||
}
|
}
|
||||||
|
|
||||||
function init() {
|
async function init() {
|
||||||
validateToken();
|
await validateToken();
|
||||||
initDict("content_type"); //内容分类
|
initDict("content_type"); //内容分类
|
||||||
initDict("project_level"); //项目级别
|
initDict("project_level"); //项目级别
|
||||||
initDict("project_sys"); //培训分类
|
initDict("project_sys"); //培训分类
|
||||||
|
|||||||
Reference in New Issue
Block a user