| | |
| | | </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> |
| | |
| | | { |
| | | 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订单管理系统', |
| | |
| | | } |
| | | |
| | | const goIndex = () => { |
| | | sessionStorage.setItem("redirectPath", $meth.circularSafeStringify($route)) |
| | | console.log($route); |
| | | // sessionStorage.setItem("redirectPath", $meth.circularSafeStringify($route)) |
| | | // console.log($route); |
| | | $meth.gourl("/") |
| | | } |
| | | </script> |