-
zhangwei
2026-04-08 ef5050890cf37409628df47e9c820ac345434209
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>