Commit ed6401bd authored by 杨梦雪's avatar 杨梦雪

查看作业-在线预览

parent 2ed5f13e
...@@ -181,12 +181,17 @@ ...@@ -181,12 +181,17 @@
> div { > div {
width: 100%; width: 100%;
.el-image { // .home_icon {
width: 30px; // width: 30px;
height: 30px; // height: 30px;
display: block; // display: block;
margin: 0 auto; // margin: 0 auto;
.el-image{
width: 30px;
height: 30px;
display: block;
margin: 0 auto;
img { img {
width: auto; width: auto;
height: auto; height: auto;
...@@ -204,7 +209,7 @@ ...@@ -204,7 +209,7 @@
} }
.item_remove { .item_remove {
width: 40px; // width: 40px;
font-size: 12px; font-size: 12px;
color: #999999; color: #999999;
font-weight: bold; font-weight: bold;
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
// export const SERVER_WS_URL = "wss://123.56.237.167:20202"; // websocket // export const SERVER_WS_URL = "wss://123.56.237.167:20202"; // websocket
// 正式 // 正式
export const SERVER_URL = 'https://api1.testgate.cn' // 正式环境 // export const SERVER_URL = 'https://api1.testgate.cn' // 正式环境
export const DEVELOPMENT_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_WS_URL = 'wss://api1.testgate.cn' // websocket
// 线上测试 // 线上测试
// export const SERVER_URL = "http://api.campcenter.cn/"; // 正式环境 export const SERVER_URL = "http://api.campcenter.cn/"; // 正式环境
// export const DEVELOPMENT_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_WS_URL = "ws://api.campcenter.cn"; // websocket
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
<div class="homework_name flex"> <div class="homework_name flex">
<div class="work_name">{{ item.work_name }}</div> <div class="work_name">{{ item.work_name }}</div>
<span class="status_0" v-if="item.student_status == 0">未完成</span> <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_1" v-if="item.student_status == 1">待评</span>
<span class="status_2" v-if="item.student_status == 2">已评</span> <span class="status_2" v-if="item.student_status == 2">已评</span>
</div> </div>
<el-button <el-button
class="btn_refer" class="btn_refer"
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
width="520px" width="520px"
center center
> --> > -->
<el-dialog <el-dialog
style="font-size: 26px" style="font-size: 26px"
class="info" class="info"
title="营地声明" title="营地声明"
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment