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
ed6401bd
Commit
ed6401bd
authored
Feb 14, 2022
by
杨梦雪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查看作业-在线预览
parent
2ed5f13e
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
249 additions
and
179 deletions
+249
-179
src/assets/scss/homework/refer.scss
src/assets/scss/homework/refer.scss
+12
-7
src/config/server.js
src/config/server.js
+6
-6
src/views/index/camp/Homework.vue
src/views/index/camp/Homework.vue
+2
-2
src/views/index/camp/SignUp.vue
src/views/index/camp/SignUp.vue
+1
-1
src/views/index/camp/homework/refer.vue
src/views/index/camp/homework/refer.vue
+228
-163
No files found.
src/assets/scss/homework/refer.scss
View file @
ed6401bd
...
...
@@ -181,12 +181,17 @@
>
div
{
width
:
100%
;
.el-image
{
width
:
30px
;
height
:
30px
;
display
:
block
;
margin
:
0
auto
;
// .home_icon {
// width: 30px;
// height: 30px;
// display: block;
// margin: 0 auto;
.el-image
{
width
:
30px
;
height
:
30px
;
display
:
block
;
margin
:
0
auto
;
img
{
width
:
auto
;
height
:
auto
;
...
...
@@ -204,7 +209,7 @@
}
.item_remove
{
width
:
40px
;
//
width: 40px;
font-size
:
12px
;
color
:
#999999
;
font-weight
:
bold
;
...
...
src/config/server.js
View file @
ed6401bd
...
...
@@ -7,10 +7,10 @@
// export const SERVER_WS_URL = "wss://123.56.237.167:20202"; // websocket
// 正式
export
const
SERVER_URL
=
'
https://api1.testgate.cn
'
// 正式环境
export
const
DEVELOPMENT_SERVER_URL
=
'
https://api1.testgate.cn
'
// 开发环境
export
const
SERVER_WS_URL
=
'
wss://api1.testgate.cn
'
// websocket
//
export const SERVER_URL = 'https://api1.testgate.cn' // 正式环境
//
export const DEVELOPMENT_SERVER_URL = 'https://api1.testgate.cn' // 开发环境
//
export const SERVER_WS_URL = 'wss://api1.testgate.cn' // websocket
// 线上测试
//
export const SERVER_URL = "http://api.campcenter.cn/"; // 正式环境
//
export const DEVELOPMENT_SERVER_URL = "http://api.campcenter.cn/"; //开发环境
//
export const SERVER_WS_URL = "ws://api.campcenter.cn"; // websocket
export
const
SERVER_URL
=
"
http://api.campcenter.cn/
"
;
// 正式环境
export
const
DEVELOPMENT_SERVER_URL
=
"
http://api.campcenter.cn/
"
;
//开发环境
export
const
SERVER_WS_URL
=
"
ws://api.campcenter.cn
"
;
// websocket
src/views/index/camp/Homework.vue
View file @
ed6401bd
...
...
@@ -16,8 +16,8 @@
<div
class=
"homework_name flex"
>
<div
class=
"work_name"
>
{{
item
.
work_name
}}
</div>
<span
class=
"status_0"
v-if=
"item.student_status == 0"
>
未完成
</span>
<span
class=
"status_1"
v-if=
"item.student_status == 1"
>
待评
分
</span>
<span
class=
"status_2"
v-if=
"item.student_status == 2"
>
已评
分
</span>
<span
class=
"status_1"
v-if=
"item.student_status == 1"
>
待评
阅
</span>
<span
class=
"status_2"
v-if=
"item.student_status == 2"
>
已评
阅
</span>
</div>
<el-button
class=
"btn_refer"
...
...
src/views/index/camp/SignUp.vue
View file @
ed6401bd
...
...
@@ -45,7 +45,7 @@
width=
"520px"
center
>
-->
<el-dialog
<el-dialog
style=
"font-size: 26px"
class=
"info"
title=
"营地声明"
...
...
src/views/index/camp/homework/refer.vue
View file @
ed6401bd
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