|
@@ -37,6 +37,7 @@ import {editLoginState, loginIn, updateLoginLasttime} from "@/service/login";
|
|
|
import {ElMessageBox} from "element-plus";
|
|
|
import {showConfirm, showMessage} from "@/units/element-ui/tip";
|
|
|
import {useRootStore} from "@/pinia/useStore";
|
|
|
+import {InsertSyslog} from "@/units/use-method/user-log";
|
|
|
|
|
|
export default {
|
|
|
name: "LoginRight",
|
|
@@ -267,7 +268,7 @@ export default {
|
|
|
})
|
|
|
this.$router.push('/main')
|
|
|
|
|
|
- //user.InsertSyslog(unitcode, usercode, "系统登录", "政务管理-登录", "登录系统成功");
|
|
|
+ InsertSyslog(usercode,unitcode, "系统登录", "系统登录成功", "市住建委信用信息系统登录");
|
|
|
//切换首页
|
|
|
//parent.location.href = 'index.html';
|
|
|
return;
|