mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-06 17:36:42 +08:00
修改
This commit is contained in:
@@ -19,10 +19,12 @@ VUE_APP_STAT_BASE_API = '/statApi'
|
||||
VUE_APP_BOE_WEB_URL = 'https://u-pre.boe.com'
|
||||
|
||||
# BOE 移动端url
|
||||
VUE_APP_BOE_MOBILE_URL = 'http://127.0.0.1:8082/mobile'
|
||||
# VUE_APP_BOE_MOBILE_URL = 'http://127.0.0.1:8082/mobile'
|
||||
VUE_APP_BOE_MOBILE_URL = 'https://u-pre.boe.com'
|
||||
|
||||
# File路径的基础url
|
||||
VUE_APP_FILE_BASE_URL = 'http://127.0.0.1:9090/cdn/upload'
|
||||
# VUE_APP_FILE_BASE_URL = 'http://127.0.0.1:9090/cdn/upload'
|
||||
VUE_APP_FILE_BASE_URL='https://u-pre.boe.com/upload'
|
||||
|
||||
# File路径的基础url的相对路径,加此项是为了不影响之前的路径配置
|
||||
VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
||||
@@ -44,7 +46,8 @@ VUE_APP_MANAGER_API_PATH='/manageApi'
|
||||
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||
|
||||
# scorm课件的播放url地址
|
||||
VUE_APP_SCORM_URL = 'http://localhost:9083/scorm-player'
|
||||
# VUE_APP_SCORM_URL = 'http://localhost:9083/scorm-player'
|
||||
VUE_APP_SCORM_URL = 'https://u-pre.boe.com/newscorm/scorm-player'
|
||||
|
||||
#案例组织领域类型
|
||||
VUE_APP_CASE_TYPE = '90'
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
<el-dropdown-item command='three' divided>管理者进阶</el-dropdown-item>
|
||||
<el-dropdown-item command='for' divided>U选小课堂</el-dropdown-item>
|
||||
<el-dropdown-item command='five' divided>社招新员工</el-dropdown-item>
|
||||
<el-dropdown-item command="seven" divided>教师专区</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
</el-dropdown>
|
||||
</div>
|
||||
@@ -68,7 +69,7 @@
|
||||
<img v-if="userInfo.sex === 1 " src="../../../../public/images/Avatarman.png" alt="" style="width: 30px;height: 30px;vertical-align: middle;">
|
||||
<img v-else src="../../../../public/images/Avatarwoman.png" alt="" style="width: 30px;height: 30px;vertical-align: middle;">
|
||||
</span>
|
||||
|
||||
|
||||
{{userInfo.name}}
|
||||
</div>
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
@@ -267,6 +268,7 @@ export default {
|
||||
three: this.webBaseUrl + "/study/index?study=1",
|
||||
// four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
|
||||
five: urlPre + "/boe/new-employee/index.html",
|
||||
seven: this.webBaseUrl + '/grateful'
|
||||
};
|
||||
window.open(obj[val]);
|
||||
}
|
||||
@@ -491,7 +493,7 @@ export default {
|
||||
::v-deep.el-dropdown-menu {
|
||||
text-align: center;
|
||||
border: none !important;
|
||||
|
||||
|
||||
}
|
||||
::v-deep .el-avatar{
|
||||
margin-right: 8px;
|
||||
@@ -506,7 +508,7 @@ text-align: center;
|
||||
color: #fff;
|
||||
}
|
||||
img{
|
||||
|
||||
|
||||
}
|
||||
::v-deep .dialog-signin{
|
||||
background: transparent;
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
background: `url(${fileBaseUrl + item.image
|
||||
}) no-repeat 100% / 100%`,
|
||||
}"></div>
|
||||
<img class="banner-img" style="margin: 0 auto" :src="fileBaseUrl + item.image" alt="" />
|
||||
<img class="banner-img" style="margin: 0 auto;" :src="fileBaseUrl + item.image" alt="" />
|
||||
</swiper-slide>
|
||||
</swiper>
|
||||
</div>
|
||||
@@ -22,7 +22,7 @@
|
||||
background: `url(${fileBaseUrl + item.image
|
||||
}) no-repeat 100% / 100%`,
|
||||
}"></div>
|
||||
<img class="banner-img" style="margin: 0 auto" :src="fileBaseUrl + item.image" alt="" />
|
||||
<img class="banner-img" style="margin: 0 auto;" :src="fileBaseUrl + item.image" alt="" />
|
||||
</swiper-slide>
|
||||
<div class="swiper-pagination" slot="pagination"></div>
|
||||
</swiper>
|
||||
@@ -130,8 +130,8 @@
|
||||
<div class="xindex-course-image">
|
||||
<course-image :course="course"></course-image>
|
||||
<span v-if="course.type == 20 || course.type == 10" class="course-type">录播课</span>
|
||||
<span v-if="course.type == 30 " class="course-type">面授课</span>
|
||||
<span v-if="course.type == 40 " class="course-type">学习项目</span>
|
||||
<span v-if="course.type == 30" class="course-type">面授课</span>
|
||||
<span v-if="course.type == 40" class="course-type">学习项目</span>
|
||||
</div>
|
||||
<div style="width: 80%" :title="course.name" class="course-title portal-title-tow two-line-ellipsis">
|
||||
{{ course.name }}
|
||||
@@ -388,40 +388,24 @@ export default {
|
||||
.swiper-pagination {
|
||||
top: 310px;
|
||||
}
|
||||
|
||||
// .noticeBgc {
|
||||
// background-size: 100% 110px;
|
||||
// }
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1680px) and (min-width:1367px) {
|
||||
.swiper-pagination {
|
||||
top: 360px;
|
||||
}
|
||||
|
||||
// .noticeBgc {
|
||||
// background-size: 100% 120px;
|
||||
// }
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1920px) and (min-width: 1681px) {
|
||||
.swiper-pagination {
|
||||
top: 360px;
|
||||
}
|
||||
|
||||
// .noticeBgc {
|
||||
// background-size: 100% 150px;
|
||||
// }
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1921px) {
|
||||
.swiper-pagination {
|
||||
top: 360px;
|
||||
}
|
||||
|
||||
.noticeBgc {
|
||||
// background-size: 100% 169px;
|
||||
}
|
||||
}
|
||||
|
||||
.bannbox {
|
||||
@@ -458,10 +442,11 @@ export default {
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
content: url(../../assets/images//grateful/logo.png);
|
||||
content: url(../../assets/images/grateful/logo.png);
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left: 40px;
|
||||
z-index: 100
|
||||
}
|
||||
|
||||
.swiper-button-prev {
|
||||
|
||||
Reference in New Issue
Block a user