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
5ba40ee2
Commit
5ba40ee2
authored
Dec 14, 2023
by
wuwangwolihui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
营地2.0
parent
4bcea01c
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
11 deletions
+21
-11
public/baidu_verify_codeva-sQ3DBPnQoP.html
public/baidu_verify_codeva-sQ3DBPnQoP.html
+1
-0
src/components/Header.vue
src/components/Header.vue
+12
-3
src/router/base/active.js
src/router/base/active.js
+2
-2
src/router/base/home.js
src/router/base/home.js
+1
-1
src/router/base/login.js
src/router/base/login.js
+2
-2
src/router/index/login.js
src/router/index/login.js
+3
-3
No files found.
public/baidu_verify_codeva-sQ3DBPnQoP.html
0 → 100644
View file @
5ba40ee2
f094629e7f9cda64e959846aaa9dc501
\ No newline at end of file
src/components/Header.vue
View file @
5ba40ee2
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
<div
class=
"Header"
:class=
"type==1?'all-header':''"
>
<div
class=
"Header"
:class=
"type==1?'all-header':''"
>
<div
class=
"H_content com-container"
>
<div
class=
"H_content com-container"
>
<div
class=
"image"
>
<div
class=
"image"
>
<img
v-if=
"type==1"
:src=
"all_logo"
alt=
""
/>
<img
v-if=
"type==1"
:src=
"all_logo"
alt=
""
@
click=
"toHome"
/>
<img
v-if=
"type==2"
:src=
"system_logo"
alt=
""
/>
<img
v-if=
"type==2"
:src=
"system_logo"
alt=
""
@
click=
"toRecruit"
/>
<img
v-if=
"type==3"
:src=
"system_logo"
alt=
""
@
click=
"toRecruit"
/>
<img
v-if=
"type==3"
:src=
"system_logo"
alt=
""
@
click=
"toRecruit"
/>
<img
v-if=
"type==4"
:src=
"all_logo"
alt=
""
/>
<img
v-if=
"type==4"
:src=
"all_logo"
alt=
""
@
click=
"toHome"
/>
<!--
<img
v-if=
"type==4"
:src=
"system_logo?system_logo:all_logo"
alt=
""
/>
-->
<!--
<img
v-if=
"type==4"
:src=
"system_logo?system_logo:all_logo"
alt=
""
/>
-->
</div>
</div>
<div
class=
"right"
>
<div
class=
"right"
>
...
@@ -228,6 +228,15 @@
...
@@ -228,6 +228,15 @@
}
}
});
});
},
},
// 点击图片跳转到首页
toHome
()
{
this
.
$router
.
push
({
path
:
"
/
"
,
query
:
{
...
this
.
$store
.
state
.
query
,
}
});
},
},
},
watch
:
{
watch
:
{
typeFu
(
val
)
{
typeFu
(
val
)
{
...
...
src/router/base/active.js
View file @
5ba40ee2
...
@@ -2,7 +2,7 @@ export default [
...
@@ -2,7 +2,7 @@ export default [
{
{
path
:
'
/active
'
,
path
:
'
/active
'
,
name
:
'
base-active
'
,
name
:
'
base-active
'
,
component
:
()
=>
import
(
/* webpackChunkName: "
login
" */
'
v/base/active/Active.vue
'
),
component
:
()
=>
import
(
/* webpackChunkName: "
base-active
" */
'
v/base/active/Active.vue
'
),
meta
:
{
meta
:
{
title
:
'
活动中心
'
title
:
'
活动中心
'
}
}
...
@@ -10,7 +10,7 @@ export default [
...
@@ -10,7 +10,7 @@ export default [
{
{
path
:
'
/active/:id
'
,
path
:
'
/active/:id
'
,
name
:
'
base-active-info
'
,
name
:
'
base-active-info
'
,
component
:
()
=>
import
(
/* webpackChunkName: "
login
" */
'
v/base/active/ActiveInfo.vue
'
),
component
:
()
=>
import
(
/* webpackChunkName: "
base-active-info
" */
'
v/base/active/ActiveInfo.vue
'
),
meta
:
{
meta
:
{
title
:
'
活动详情
'
title
:
'
活动详情
'
}
}
...
...
src/router/base/home.js
View file @
5ba40ee2
...
@@ -2,7 +2,7 @@ export default [
...
@@ -2,7 +2,7 @@ export default [
{
{
path
:
'
/
'
,
path
:
'
/
'
,
name
:
'
base-home
'
,
name
:
'
base-home
'
,
component
:
()
=>
import
(
/* webpackChunkName: "
login
" */
'
v/base/home/Home.vue
'
),
component
:
()
=>
import
(
/* webpackChunkName: "
base-home
" */
'
v/base/home/Home.vue
'
),
meta
:
{
meta
:
{
title
:
'
营地中心(CAMP CENTER)
'
title
:
'
营地中心(CAMP CENTER)
'
}
}
...
...
src/router/base/login.js
View file @
5ba40ee2
export
default
[{
export
default
[{
path
:
'
/baseLogin
'
,
path
:
'
/baseLogin
'
,
name
:
'
base-login
'
,
name
:
'
base-login
'
,
component
:
()
=>
import
(
/* webpackChunkName: "login" */
'
v/base/login/Login.vue
'
),
component
:
()
=>
import
(
/* webpackChunkName: "
base-
login" */
'
v/base/login/Login.vue
'
),
meta
:
{
meta
:
{
title
:
'
登录
'
title
:
'
登录
'
}
}
...
@@ -9,7 +9,7 @@ export default [{
...
@@ -9,7 +9,7 @@ export default [{
{
{
path
:
'
/baseRegister
'
,
path
:
'
/baseRegister
'
,
name
:
'
base-register
'
,
name
:
'
base-register
'
,
component
:
()
=>
import
(
/* webpackChunkName: "
reset
" */
'
v/base/login/Register.vue
'
),
component
:
()
=>
import
(
/* webpackChunkName: "
base-register
" */
'
v/base/login/Register.vue
'
),
meta
:
{
meta
:
{
title
:
'
新用户注册
'
title
:
'
新用户注册
'
}
}
...
...
src/router/index/login.js
View file @
5ba40ee2
export
default
[{
export
default
[{
path
:
'
/login
'
,
path
:
'
/login
'
,
name
:
'
index-login
'
,
name
:
'
index-login
'
,
component
:
()
=>
import
(
/* webpackChunkName: "login" */
'
v/index/login/Login.vue
'
),
component
:
()
=>
import
(
/* webpackChunkName: "
index-
login" */
'
v/index/login/Login.vue
'
),
meta
:
{
meta
:
{
title
:
'
登录
'
title
:
'
登录
'
}
}
...
@@ -9,7 +9,7 @@ export default [{
...
@@ -9,7 +9,7 @@ export default [{
{
{
path
:
'
/register
'
,
path
:
'
/register
'
,
name
:
'
index-register
'
,
name
:
'
index-register
'
,
component
:
()
=>
import
(
/* webpackChunkName: "
reset
" */
'
v/index/login/Register.vue
'
),
component
:
()
=>
import
(
/* webpackChunkName: "
index-register
" */
'
v/index/login/Register.vue
'
),
meta
:
{
meta
:
{
title
:
'
新用户注册
'
title
:
'
新用户注册
'
}
}
...
@@ -17,7 +17,7 @@ export default [{
...
@@ -17,7 +17,7 @@ export default [{
{
{
path
:
'
/reset
'
,
path
:
'
/reset
'
,
name
:
'
index-reset
'
,
name
:
'
index-reset
'
,
component
:
()
=>
import
(
/* webpackChunkName: "reset" */
'
v/index/login/Reset.vue
'
),
component
:
()
=>
import
(
/* webpackChunkName: "
index-
reset" */
'
v/index/login/Reset.vue
'
),
meta
:
{
meta
:
{
title
:
'
重置密码
'
title
:
'
重置密码
'
}
}
...
...
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