1`212
This commit is contained in:
parent
1e3735572d
commit
80c872ead6
2
env/.env.test
vendored
2
env/.env.test
vendored
@ -1,5 +1,5 @@
|
||||
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
|
||||
NODE_ENV = 'development'
|
||||
NODE_ENV = 'test'
|
||||
# 是否去除console 和 debugger
|
||||
VITE_DELETE_CONSOLE = false
|
||||
VITE_BASEURL = 'http://appointtest2.szjixun.cn'
|
||||
|
@ -4,7 +4,6 @@
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --mode test",
|
||||
"test": "vite --mode test",
|
||||
"prod": "vite --mode prod",
|
||||
"build-test": "vite build --mode test",
|
||||
|
BIN
src/assets/image/adfddfzx1@2x.png
Normal file
BIN
src/assets/image/adfddfzx1@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 227 KiB |
BIN
src/assets/image/df3231@2x.png
Normal file
BIN
src/assets/image/df3231@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
BIN
src/assets/image/gdz25@2x.png
Normal file
BIN
src/assets/image/gdz25@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 MiB |
BIN
src/assets/image/tx12f@2x.png
Normal file
BIN
src/assets/image/tx12f@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
@ -42,6 +42,14 @@ const routes = [
|
||||
name: 'details',
|
||||
component: () => import('@/views/details/index.vue')
|
||||
},
|
||||
{
|
||||
path: '/entry',
|
||||
name: 'entry',
|
||||
meta: {
|
||||
title: '报名'
|
||||
},
|
||||
component: () => import('@/views/entry/index.vue')
|
||||
},
|
||||
|
||||
];
|
||||
|
||||
|
@ -40,7 +40,6 @@ const openMask=(src)=>{
|
||||
<div class="relative w-[1147px]">
|
||||
<div class="flex items-start">
|
||||
<n-image
|
||||
|
||||
:src="item.picUrl.replace('https', 'http')"
|
||||
/>
|
||||
<!-- 未入围 -->
|
||||
|
23
src/views/entry/index.vue
Normal file
23
src/views/entry/index.vue
Normal file
@ -0,0 +1,23 @@
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="box-border relative w-screen h-screen bg-center bg-no-repeat bg-cover bg-[url('@/assets/image/gdz25@2x.png')] pt-1428px flex flex-col items-center">
|
||||
<div class="w-881px h-87px rounded-46px bg-#fff text-56px font-bold flex-center">
|
||||
儿童美术征集活动
|
||||
</div>
|
||||
<div class="bg-[url('@/assets/image/df3231@2x.png')] w-1106px h-1188px bg-contain bg-no-repeat bg-center pt-56px flex flex-col items-center mt-492px">
|
||||
<div class="text-82px text-#fff leading-82px mb-40px">长按识别二维码开始报名</div>
|
||||
<div class="w-927px h-927px bg-#fff rounded-36px flex-center">
|
||||
<img src="@/assets/image/tx12f@2x.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="fixed bottom-0 right-0">
|
||||
<img class="w-1126px h-2913px" src="@/assets/image/adfddfzx1@2x.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user