保存进度!

This commit is contained in:
2023-03-01 18:47:16 +08:00
parent 2a226831dc
commit b960ddfa5d
5 changed files with 469 additions and 3 deletions

View File

@@ -39,7 +39,11 @@ export default {
console.log(window.location.href);
console.log(urlParams);
if (urlParams.account == undefined)
if (urlParams.account != undefined)
{
//根据账号查询员工信息
}
else
{
ui.showNeedAccountTip = true;
}