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
8a9794ef
Commit
8a9794ef
authored
Sep 18, 2023
by
wuwangwolihui
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/yingdi2.0' into yingdi2.0
# Conflicts: # src/config/server.js
parents
3e06041f
a54ef65b
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
11 deletions
+12
-11
src/request/index/network.js
src/request/index/network.js
+1
-1
src/request/network.js
src/request/network.js
+1
-1
src/views/base/home/Home.vue
src/views/base/home/Home.vue
+2
-2
src/views/index/camp/Index.vue
src/views/index/camp/Index.vue
+0
-1
src/views/index/recruit/Index.vue
src/views/index/recruit/Index.vue
+8
-6
No files found.
src/request/index/network.js
View file @
8a9794ef
...
...
@@ -16,7 +16,7 @@ import {
import
router
from
'
@/router
'
const
instance
=
axios
.
create
({
baseURL
:
DEVELOPMENT_
SERVER_URL
,
baseURL
:
SERVER_URL
,
timeout
:
60000
,
method
:
"
post
"
,
headers
:
{
...
...
src/request/network.js
View file @
8a9794ef
...
...
@@ -16,7 +16,7 @@ import {
import
router
from
'
@/router
'
const
instance
=
axios
.
create
({
baseURL
:
DEVELOPMENT_
SERVER_URL
,
baseURL
:
SERVER_URL
,
timeout
:
60000
,
method
:
"
post
"
,
headers
:
{
...
...
src/views/base/home/Home.vue
View file @
8a9794ef
...
...
@@ -274,7 +274,7 @@
}
.tag
{
font-size
:
1
6
px
;
font-size
:
1
4
px
;
display
:
flex
;
background-color
:
#D7D7D7
;
padding
:
0
9px
;
...
...
@@ -284,7 +284,7 @@
.item_name
{
line-height
:
40px
;
font-size
:
1
8
px
;
font-size
:
1
5
px
;
display
:
flex
;
align-items
:
flex-end
;
margin-left
:
15px
;
...
...
src/views/index/camp/Index.vue
View file @
8a9794ef
...
...
@@ -132,7 +132,6 @@
url
:
svg3
,
},
],
campindex_type
:
0
,
index_status
:
""
,
// homework_val: "",
...
...
src/views/index/recruit/Index.vue
View file @
8a9794ef
...
...
@@ -19,7 +19,7 @@
<!--
</div>
-->
<div
class=
"active-area"
>
<div
class=
"left-area card-box"
>
<ul
v-if=
"anchorList.length>0"
>
<ul
class=
"left"
v-if=
"anchorList.length>0"
>
<li
:key=
"index"
v-for=
"(item,index) in anchorList"
>
<a
@
click=
"anchorSkip(item.id)"
>
{{
item
.
name
}}
</a>
</li>
...
...
@@ -36,7 +36,6 @@
</div>
</div>
</div>
</div>
<Footer></Footer>
</el-container>
...
...
@@ -243,9 +242,10 @@
.left-area
{
flex
:
1
;
min-width
:
200px
;
background-color
:
#ffffff
;
border-radius
:
8px
;
ul
{
padding
:
20px
10px
;
padding
:
20px
;
}
li
{
...
...
@@ -256,7 +256,7 @@
text-decoration
:
none
;
color
:
#333333
;
width
:
100%
;
font-size
:
1
8
px
;
font-size
:
1
5
px
;
/*height: 44px;*/
line-height
:
44px
;
margin
:
10px
0
;
...
...
@@ -279,7 +279,9 @@
.center-area
{
flex
:
4
;
margin
:
0
20px
;
width
:
calc
(
100%
-
100px
);
border-radius
:
8px
;
background-color
:
#ffffff
;
.center-area-title
{
text-align
:
center
;
font-size
:
22px
;
...
...
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