diff --git a/chenhai-ui/src/components/visual/jkjc.vue b/chenhai-ui/src/components/visual/jkjc.vue index b64e84e..1c248cc 100644 --- a/chenhai-ui/src/components/visual/jkjc.vue +++ b/chenhai-ui/src/components/visual/jkjc.vue @@ -1,1126 +1,1159 @@ - - + } +}; + + + \ No newline at end of file +} + +@keyframes pulse { + 0%, 100% { opacity: 1; transform: scale(1); } + 50% { opacity: 0.5; transform: scale(1.2); } +} + \ No newline at end of file diff --git a/chenhai-ui/src/components/visual/sbgl.vue b/chenhai-ui/src/components/visual/sbgl.vue index e0517ce..8c9de9b 100644 --- a/chenhai-ui/src/components/visual/sbgl.vue +++ b/chenhai-ui/src/components/visual/sbgl.vue @@ -788,7 +788,7 @@ export default { } .thumb-img { width: 100%; - height: 80px; + height: 120px; object-fit: cover; } .thumb-label { diff --git a/chenhai-ui/src/views/login.vue b/chenhai-ui/src/views/login.vue index 5680755..e02bffc 100644 --- a/chenhai-ui/src/views/login.vue +++ b/chenhai-ui/src/views/login.vue @@ -1,17 +1,36 @@ @@ -71,7 +82,7 @@ export default { name: "Login", data() { return { - title: process.env.VUE_APP_TITLE, + title: '阿右旗阿拉腾敖包镇骆驼产业标准化智慧化示范基地数据中心', footerContent: defaultSettings.footerContent, codeUrl: "", loginForm: { @@ -88,14 +99,12 @@ export default { password: [ { required: true, trigger: "blur", message: "请输入您的密码" } ], - code: [{ required: true, trigger: "change", message: "请输入验证码" }] }, loading: false, - // 验证码开关 captchaEnabled: true, - // 注册开关 register: false, - redirect: undefined + redirect: undefined, + showDemoTip: true // 控制演示提示显示,可自行关闭 } }, watch: { @@ -144,7 +153,6 @@ export default { Cookies.remove('rememberMe') } this.$store.dispatch("Login", this.loginForm).then(() => { - // this.$router.push({ path: this.redirect || "/Home" }).catch(()=>{}) this.$router.push({ path: "/Home" }).catch(() => { }); }).catch(() => { this.loading = false @@ -160,65 +168,300 @@ export default { + \ No newline at end of file