Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
S
saas-lab
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
saas-lab
Commits
7195f4c3
提交
7195f4c3
authored
4月 14, 2023
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug fixes
上级
e2ae9b07
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
7 行增加
和
14 行删除
+7
-14
Index.vue
src/components/layout/Index.vue
+1
-0
index.ts
src/modules/register/index.ts
+1
-6
Index.vue
src/modules/register/views/Index.vue
+5
-8
没有找到文件。
src/components/layout/Index.vue
浏览文件 @
7195f4c3
...
...
@@ -9,6 +9,7 @@ import AppMain from './Main.vue'
import
AppFooter
from
'./Footer.vue'
withDefaults
(
defineProps
<
{
sidebar
?:
boolean
;
footer
?:
boolean
;
header
?:
boolean
}
>
(),
{
header
:
true
,
sidebar
:
false
,
footer
:
false
})
...
...
src/modules/register/index.ts
浏览文件 @
7195f4c3
import
type
{
RouteRecordRaw
}
from
'vue-router'
import
AppLayout
from
'@/components/layout/Index.vue'
import
{
useAppConfig
}
from
'@/composables/useAppConfig'
const
appConfig
=
useAppConfig
()
export
const
routes
:
Array
<
RouteRecordRaw
>
=
[
{
path
:
'/register'
,
component
:
AppLayout
,
props
:
{
sidebar
:
false
,
footer
:
false
,
header
:
false
},
children
:
[{
path
:
''
,
component
:
()
=>
import
(
'./views/Index.vue'
)
}]
component
:
()
=>
import
(
'./views/Index.vue'
)
}
]
src/modules/register/views/Index.vue
浏览文件 @
7195f4c3
...
...
@@ -97,9 +97,9 @@ const goPage = function () {
<
template
>
<div
class=
"register-home"
v-if=
"step === 0"
>
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/pages/assa/register-logo.png"
class=
"logo"
/>
<img
src=
"https://webapp-pub.
ezijing
.com/pages/assa/register-logo.png"
class=
"logo"
/>
<div
class=
"pop"
>
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/pages/assa/register-pop.png"
/>
<img
src=
"https://webapp-pub.
ezijing
.com/pages/assa/register-pop.png"
/>
<div
class=
"btn-box"
>
<div
class=
"btn1"
@
click=
"step = 1"
>
立即报名
</div>
<div
class=
"btn2"
@
click=
"goPage"
>
赛事通知
</div>
...
...
@@ -183,7 +183,7 @@ const goPage = function () {
</div>
<div
class=
"register-success"
v-if=
"dialogVisible"
>
<div
class=
"content"
>
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/pages/assa/register-cg.png"
/>
<img
src=
"https://webapp-pub.
ezijing
.com/pages/assa/register-cg.png"
/>
<div
class=
"text-box"
>
<h2>
资料提交成功
</h2>
<p>
工作人员将会审核您的提交,请留意短信通知!
</p>
...
...
@@ -199,7 +199,7 @@ const goPage = function () {
left
:
0
;
width
:
100%
;
height
:
100%
;
background
:
url(https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/pages/assa/register-bg.png)
;
background
:
url(https://webapp-pub.
ezijing
.com/pages/assa/register-bg.png)
;
background-size
:
cover
;
.logo
{
position
:
absolute
;
...
...
@@ -253,7 +253,7 @@ const goPage = function () {
position
:
fixed
;
top
:
0
;
left
:
0
;
background
:
url(https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/pages/assa/register-bg.png)
;
background
:
url(https://webapp-pub.
ezijing
.com/pages/assa/register-bg.png)
;
background-size
:
cover
;
}
h1
{
...
...
@@ -322,7 +322,4 @@ const goPage = function () {
}
}
}
.app-layout
{
background
:
#fff
!
important
;
}
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论