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