From ef5050890cf37409628df47e9c820ac345434209 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期三, 08 四月 2026 14:38:36 +0800
Subject: [PATCH] -
---
src/views/login/index.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index cf6d0c9..ccf39e6 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -7,9 +7,9 @@
</el-header>
<el-main style="padding:0;" class="mainbg" >
<div class="content flex flex-wrap justify-between pt-16">
- <div v-for="(item,index) in arrayList" @click="goWeb(item.link)" class="relative mt-6 cursor-pointer w-[30%] h-[20%]" style="margin: 0 auto;">
+ <div v-for="(item,index) in arrayList" @click="goWeb(item.link)" class="relative mt-6 cursor-pointer w-[28%] h-[20%]" style="margin: 0 auto;">
<el-image style="width: 100%; height: 100%" :src="item.url"></el-image>
- <p class="absolute inset-0 whitespace-pre-line font-['Source_Han_Sans_CN_VF'] font-medium text-[32px] leading-[50px] tracking-[-5%] capitalize p-10 pl-14">{{ item.name }}</p>
+ <p class="absolute inset-0 whitespace-pre-line font-['Source_Han_Sans_CN_VF'] font-medium text-[30px] leading-[50px] tracking-[-5%] capitalize p-10 pl-14">{{ item.name }}</p>
</div>
</div>
</el-main>
@@ -54,12 +54,12 @@
{
name:'鍗板埛鍦ㄧ嚎\n浜ゆ槗骞冲彴',
url:login4,
- link:'http://www.cyin.cn/login.html'
+ link:'http://erp.cyin.cn/login.html'
},
{
name:'鐧惧垎鍏垫硶',
url:login5,
- link:'http://scyin.com/login'
+ link:'http://scyin.com'
},
{
name:'鐧惧垎鍏垫硶\n璁㈠崟绠$悊绯荤粺',
@@ -77,8 +77,8 @@
}
const goIndex = () => {
- sessionStorage.setItem("redirectPath", $meth.circularSafeStringify($route))
- console.log($route);
+ // sessionStorage.setItem("redirectPath", $meth.circularSafeStringify($route))
+ // console.log($route);
$meth.gourl("/")
}
</script>
--
Gitblit v1.9.1