Commit 2b1e6f45 authored by 杨梦雪's avatar 杨梦雪

bug

parent 4476a063
......@@ -6,7 +6,7 @@
--bk_pic: #4FACFE;
--logo: #4FACFE;
--all_color: #4FACFE;
--all_color: #4facfe;
}
body{
font-family: "PingFang SC";
......
......@@ -17,12 +17,12 @@
// export const SERVER_WS_URL = "wss://apiy.thuers.com"; // websocket
// 测试
// export const SERVER_URL = "https://tgwapi.campcenter.cn/modules-campsite"; // 正式环境
// export const DEVELOPMENT_SERVER_URL = "https://tgwapi.campcenter.cn/modules-campsite"; //开发环境
// export const SERVER_WS_URL = "wss://tgwapi.campcenter.cn"; // websocket
export const SERVER_URL = "https://tgwapi.campcenter.cn/modules-campsite"; // 正式环境
export const DEVELOPMENT_SERVER_URL = "https://tgwapi.campcenter.cn/modules-campsite"; //开发环境
export const SERVER_WS_URL = "wss://tgwapi.campcenter.cn"; // websocket
// 正式
export const SERVER_URL = "https://gwapi.campcenter.cn/modules-campsite"; // 正式环境
export const DEVELOPMENT_SERVER_URL = "https://gwapi.campcenter.cn/modules-campsite"; //开发环境
export const SERVER_WS_URL = "wss://gwapi.campcenter.cn"; // websocket
// export const SERVER_URL = "https://gwapi.campcenter.cn/modules-campsite"; // 正式环境
// export const DEVELOPMENT_SERVER_URL = "https://gwapi.campcenter.cn/modules-campsite"; //开发环境
// export const SERVER_WS_URL = "wss://gwapi.campcenter.cn"; // websocket
......@@ -203,6 +203,7 @@
}
},
created() {
this.commonApi(39)
this.getLabelType();
this.getList();
},
......
This diff is collapsed.
......@@ -128,32 +128,32 @@
activeList: [],
reflectionsList: [
{
name: '宇翔',
name: '同学',
think: '通过这几天的学习我深深地感受到了历史的魅力。从延伸千年的丝绸之路到骁勇善战的草原大漠,前往神秘享测的古埃及,置身考古现场研究墓穴壁画的构造。三天的学习使我受益匪浅,了解到很多之前闻所未闻的知识。',
tag: ['鄂尔多斯衡水实验中学', '2023南开历史营']
},
{
name: '圣凯',
name: '同学',
think: '对于这次的夏令营我的收获很大,这次的夏令营,教授和博士们的精彩演讲内容是课本中学不到的,很大的程度上对我的帮助很大,开拓了知识面。从这次的夏令营动中,我学会了从不同的角度去看待问题。',
tag: ['浙江省树人中学', '2023南开历史营']
},
{
name: '奇霏',
name: '同学',
think: '四天的学习生活让我获益匪浅,收获到了很多课本外的知识。经过本次学习我开拓了自己的眼界,激发了对历史学习的兴趣,也培养了与小组同学团结协作的能力。最后,感谢学科营的各位老师和同学,期待我们下一次相遇。',
tag: ['东北育才学校', '2023南开历史营']
},
{
name: '家禾',
name: '同学',
think: '这个活动让我结识了很多厉害的学长,让我接触到了一些很厉害的教授,感受到了美丽数学,更收获了友谊,最关键的是增强了自我生活的能力,和团结合作的能力。',
tag: ['北京市第五中学2', '2023南开数学营']
tag: ['北京市第五中学', '2023南开数学营']
},
{
name: '恬宇',
name: '同学',
think: '在这几天的学习里,我深切体会到了数学的如此魅力想向在此期间为我们提供帮助的教授们表达感谢感谢使我的前途更加明确,深刻的了解到了统计学和我们的生活息相关,对统计学产生了极大兴趣,感谢这次暑期营注动,在今后的高三学习里会更加努力,谢谢。',
tag: ['博野中学', '2023南开数学营']
},
{
name: '科锦',
name: '同学',
think: '在这几天的学习里,我对数学与统计学有了更深刻的认识,更充地认识到了二者在应用层面的价值,同时也拓宽了眼界,学到了课之外的知识。经过这三天的学习,我对自己的未来专业有了更加清的规划,也对未来的大学生活抱有更美好的憧憬。同时,我也想感谢各位教授与学长学姐的悉心教诲,感谢老师们的授业解惑。',
tag: ['济宁市第一中学', '2023南开数学营']
},
......@@ -171,6 +171,7 @@
}
},
created() {
this.commonApi(39)
this.getHot();
},
methods: {
......
......@@ -196,7 +196,7 @@
this.loginForm.phone = phone;
this.intervalHandleNew(endTime);
}
this.commonApi(31)
this.commonApi(39)
},
methods: {
// 定时器倒计时
......@@ -273,6 +273,7 @@
this.$nextTick(() => {
this.$refs["loginFormRef"].clearValidate();
});
this.commonApi(39)
},
toCodeLogin() {
this.loginForm = {};
......@@ -280,6 +281,7 @@
this.$nextTick(() => {
this.$refs["loginFormRef"].clearValidate();
});
this.commonApi(39)
},
// 登录
submitForm() {
......
......@@ -217,7 +217,7 @@
this.registerForm.phone = phone;
this.intervalHandleNew(endTime);
}
this.commonApi(30)
this.commonApi(39)
},
methods: {
// 去注册
......
......@@ -208,6 +208,7 @@
};
},
created() {
this.commonApi(39)
const endTime = window.localStorage.getItem("reset_code_time");
const phone = window.localStorage.getItem("reset_code_phone");
if (endTime > 0) {
......
......@@ -46,10 +46,13 @@
}
},
created() {
this.commonApi(39)
},
methods: {
handleClick(tab, event) {
this.campStatus = tab.name;
this.commonApi(39)
},
}
......
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