1、开发业务标识管理、业务脚本管理、业务下发管理 2、联调业务脚本管理 3、首页top5图表数据补齐

This commit is contained in:
康冉冉
2025-10-13 18:42:27 +08:00
parent d192a03f75
commit 59e0b5774e
12 changed files with 1089 additions and 26 deletions

View File

@@ -73,8 +73,8 @@ export default {
title: process.env.VUE_APP_TITLE,
codeUrl: "",
loginForm: {
username: "admin",
password: "admin456",
username: "",
password: "",
rememberMe: false,
code: "",
uuid: ""
@@ -142,7 +142,9 @@ export default {
Cookies.remove('rememberMe')
}
this.$store.dispatch("Login", this.loginForm).then(() => {
this.$router.push({ path: this.redirect || "/" }).catch(()=>{})
// 默认指向知识库页面
this.$router.push('/problemRecord').catch(()=>{})
// this.$router.push({ path: this.redirect || "/" }).catch(()=>{})
}).catch(() => {
this.loading = false
if (this.captchaEnabled) {