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
d1e61a4d
Commit
d1e61a4d
authored
Oct 13, 2021
by
wuwangwolihui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改调整
parent
1b02393f
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
370 additions
and
331 deletions
+370
-331
public/index.html
public/index.html
+7
-0
src/router/index.js
src/router/index.js
+1
-2
src/router/index/camp.js
src/router/index/camp.js
+3
-3
src/router/index/login.js
src/router/index/login.js
+2
-2
src/views/index/login/Login.vue
src/views/index/login/Login.vue
+1
-3
src/views/index/login/Register.vue
src/views/index/login/Register.vue
+356
-321
No files found.
public/index.html
View file @
d1e61a4d
...
@@ -15,3 +15,10 @@
...
@@ -15,3 +15,10 @@
<!-- built files will be auto injected -->
<!-- built files will be auto injected -->
</body>
</body>
</html>
</html>
<style>
body
{
margin
:
0
;
padding
:
0
;
}
</style>
src/router/index.js
View file @
d1e61a4d
...
@@ -18,7 +18,6 @@ const routes = [{
...
@@ -18,7 +18,6 @@ const routes = [{
{
{
path
:
'
/login
'
,
path
:
'
/login
'
,
name
:
'
loginIndex
'
,
name
:
'
loginIndex
'
,
redirect
:
'
/login
'
,
meta
:
{
meta
:
{
title
:
'
登录
'
title
:
'
登录
'
},
},
...
@@ -45,7 +44,7 @@ const routes = [{
...
@@ -45,7 +44,7 @@ const routes = [{
// }
// }
const
router
=
new
VueRouter
({
const
router
=
new
VueRouter
({
//
mode: 'history',
mode
:
'
history
'
,
// base: process.env.BASE_URL,
// base: process.env.BASE_URL,
routes
routes
})
})
...
...
src/router/index/camp.js
View file @
d1e61a4d
export
default
[{
export
default
[{
path
:
'
signUp
'
,
path
:
'
/
signUp
'
,
name
:
'
index-signUp
'
,
name
:
'
index-signUp
'
,
component
:
()
=>
import
(
/* webpackChunkName: "login" */
'
v/index/camp/SignUp.vue
'
),
component
:
()
=>
import
(
/* webpackChunkName: "login" */
'
v/index/camp/SignUp.vue
'
),
meta
:
{
meta
:
{
...
@@ -7,7 +7,7 @@ export default [{
...
@@ -7,7 +7,7 @@ export default [{
}
}
},
},
{
{
path
:
'
homework
'
,
path
:
'
/
homework
'
,
name
:
'
index-homework
'
,
name
:
'
index-homework
'
,
component
:
()
=>
import
(
/* webpackChunkName: "reset" */
'
v/index/camp/Homework.vue
'
),
component
:
()
=>
import
(
/* webpackChunkName: "reset" */
'
v/index/camp/Homework.vue
'
),
meta
:
{
meta
:
{
...
@@ -15,7 +15,7 @@ export default [{
...
@@ -15,7 +15,7 @@ export default [{
}
}
},
},
{
{
path
:
'
certificate
'
,
path
:
'
/
certificate
'
,
name
:
'
index-certificate
'
,
name
:
'
index-certificate
'
,
component
:
()
=>
import
(
/* webpackChunkName: "reset" */
'
v/index/camp/Certificate.vue
'
),
component
:
()
=>
import
(
/* webpackChunkName: "reset" */
'
v/index/camp/Certificate.vue
'
),
meta
:
{
meta
:
{
...
...
src/router/index/login.js
View file @
d1e61a4d
...
@@ -7,7 +7,7 @@ export default [{
...
@@ -7,7 +7,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: "reset" */
'
v/index/login/Register.vue
'
),
meta
:
{
meta
:
{
...
@@ -15,7 +15,7 @@ export default [{
...
@@ -15,7 +15,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: "reset" */
'
v/index/login/Reset.vue
'
),
meta
:
{
meta
:
{
...
...
src/views/index/login/Login.vue
View file @
d1e61a4d
...
@@ -263,9 +263,6 @@ export default {
...
@@ -263,9 +263,6 @@ export default {
background
:
#60194a
;
background
:
#60194a
;
border-radius
:
2px
;
border-radius
:
2px
;
}
}
::v-deep
.el-input__inner
{
border
:
1px
solid
#ffff
;
}
.el-form
{
.el-form
{
margin-top
:
60px
;
margin-top
:
60px
;
.el-form-item
{
.el-form-item
{
...
@@ -295,6 +292,7 @@ export default {
...
@@ -295,6 +292,7 @@ export default {
padding
:
0
10px
0
50px
;
padding
:
0
10px
0
50px
;
border-radius
:
0
;
border-radius
:
0
;
color
:
#4d4d4d
;
color
:
#4d4d4d
;
border
:
0
;
border-bottom
:
2px
solid
#d9d9d9
;
border-bottom
:
2px
solid
#d9d9d9
;
&
:focus
{
&
:focus
{
border-bottom-color
:
#563279
;
border-bottom-color
:
#563279
;
...
...
src/views/index/login/Register.vue
View file @
d1e61a4d
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