Commit 40c194e9 authored by 杨梦雪's avatar 杨梦雪

营地正式

parent 02aecb3d
...@@ -6,11 +6,12 @@ ...@@ -6,11 +6,12 @@
// export const DEVELOPMENT_SERVER_URL = "http://123.56.237.167:20202"; //测试环境 // export const DEVELOPMENT_SERVER_URL = "http://123.56.237.167:20202"; //测试环境
// 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
...@@ -13,15 +13,15 @@ ...@@ -13,15 +13,15 @@
<!-- </div> --> <!-- </div> -->
<div class="content"> <div class="content">
<div class="top"> <div class="top">
<div class="p_title"> <p class="p_title">
恭喜你顺利结业!点击【获取营地证书】确认收货地址,证书将以纸质形式邮寄上门 &emsp;&emsp; 恭喜你顺利完成所有营地课程,点击【填写/修改收货地址】以便确认收货地址,证书将以纸质形式邮寄。
</div> </p>
<div> <div>
<img src="@/assets/img/certificate.jpg" alt="" style="width: 25%" /> <img src="@/assets/img/certificate.jpg" alt="" style="width: 25%" />
</div> </div>
<div class="btn"> <div class="btn">
<el-button @click="getCertifi">获得营地证书</el-button> <el-button @click="getCertifi">填写/修改收货地址</el-button>
</div> </div>
</div> </div>
<!-- <!--
...@@ -364,7 +364,7 @@ export default { ...@@ -364,7 +364,7 @@ export default {
font-size: 18px; font-size: 18px;
font-weight: 500; font-weight: 500;
color: #12141c; color: #12141c;
line-height: 18px; line-height: 28px;
margin: 10px 0 30px 0; margin: 10px 0 30px 0;
} }
div { div {
......
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