Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campSite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨梦雪
campSite
Commits
ad571348
Commit
ad571348
authored
Sep 18, 2023
by
wuwangwolihui
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/yingdi2.0' into yingdi2.0
parents
928c441b
f7bb72b8
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
289 additions
and
41 deletions
+289
-41
src/router/index.js
src/router/index.js
+1
-0
src/views/base/active/Active.vue
src/views/base/active/Active.vue
+1
-1
src/views/base/myInfo/index.vue
src/views/base/myInfo/index.vue
+0
-1
src/views/index/recruit/Index.vue
src/views/index/recruit/Index.vue
+287
-39
No files found.
src/router/index.js
View file @
ad571348
...
...
@@ -63,6 +63,7 @@ const routes = [
component
:
()
=>
import
(
'
v/index/login/Index.vue
'
),
children
:
[...
indexLogin
]
},
{
path
:
'
/Info
'
,
name
:
'
Info
'
,
...
...
src/views/base/active/Active.vue
View file @
ad571348
...
...
@@ -61,7 +61,7 @@
</div>
</div>
<div
class=
"active-list"
v-if=
"activeList.length>0"
>
<div
class=
"active-list"
v-if=
"activeList.length>0"
left-area
>
<div
class=
"active-list-item"
v-for=
"(item, index) in activeList"
:key=
"index"
:style=
"
{
'-webkit-animation-delay': (index+1)*0.1+'s',
...
...
src/views/base/myInfo/index.vue
View file @
ad571348
...
...
@@ -81,7 +81,6 @@
window
.
removeEventListener
(
"
resize
"
,
this
.
onResize
,
true
);
},
methods
:
{
ToSignUp
(
index
)
{
console
.
log
(
index
,
'
index
'
)
this
.
campindex_type
=
index
;
...
...
src/views/index/recruit/Index.vue
View file @
ad571348
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment