This commit is contained in:
nisen
2023-09-06 09:59:54 +08:00
parent 84b7ff0f58
commit c9b629762d
3 changed files with 17 additions and 27 deletions

View File

@@ -19,10 +19,12 @@ VUE_APP_STAT_BASE_API = '/statApi'
VUE_APP_BOE_WEB_URL = 'https://u-pre.boe.com' VUE_APP_BOE_WEB_URL = 'https://u-pre.boe.com'
# BOE 移动端url # 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 # 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的相对路径加此项是为了不影响之前的路径配置 # File路径的基础url的相对路径加此项是为了不影响之前的路径配置
VUE_APP_FILE_RELATIVE_PATH = '/upload' VUE_APP_FILE_RELATIVE_PATH = '/upload'
@@ -44,7 +46,8 @@ VUE_APP_MANAGER_API_PATH='/manageApi'
VUE_CLI_BABEL_TRANSPILE_MODULES = true VUE_CLI_BABEL_TRANSPILE_MODULES = true
# scorm课件的播放url地址 # 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' VUE_APP_CASE_TYPE = '90'

View File

@@ -21,6 +21,7 @@
<el-dropdown-item command='three' divided>管理者进阶</el-dropdown-item> <el-dropdown-item command='three' divided>管理者进阶</el-dropdown-item>
<el-dropdown-item command='for' divided>U选小课堂</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='five' divided>社招新员工</el-dropdown-item>
<el-dropdown-item command="seven" divided>教师专区</el-dropdown-item>
</el-dropdown-menu> </el-dropdown-menu>
</el-dropdown> </el-dropdown>
</div> </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-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;"> <img v-else src="../../../../public/images/Avatarwoman.png" alt="" style="width: 30px;height: 30px;vertical-align: middle;">
</span> </span>
{{userInfo.name}} {{userInfo.name}}
</div> </div>
<el-dropdown-menu slot="dropdown"> <el-dropdown-menu slot="dropdown">
@@ -267,6 +268,7 @@ export default {
three: this.webBaseUrl + "/study/index?study=1", three: this.webBaseUrl + "/study/index?study=1",
// four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130', // four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
five: urlPre + "/boe/new-employee/index.html", five: urlPre + "/boe/new-employee/index.html",
seven: this.webBaseUrl + '/grateful'
}; };
window.open(obj[val]); window.open(obj[val]);
} }
@@ -491,7 +493,7 @@ export default {
::v-deep.el-dropdown-menu { ::v-deep.el-dropdown-menu {
text-align: center; text-align: center;
border: none !important; border: none !important;
} }
::v-deep .el-avatar{ ::v-deep .el-avatar{
margin-right: 8px; margin-right: 8px;
@@ -506,7 +508,7 @@ text-align: center;
color: #fff; color: #fff;
} }
img{ img{
} }
::v-deep .dialog-signin{ ::v-deep .dialog-signin{
background: transparent; background: transparent;

View File

@@ -10,7 +10,7 @@
background: `url(${fileBaseUrl + item.image background: `url(${fileBaseUrl + item.image
}) no-repeat 100% / 100%`, }) no-repeat 100% / 100%`,
}"></div> }"></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-slide>
</swiper> </swiper>
</div> </div>
@@ -22,7 +22,7 @@
background: `url(${fileBaseUrl + item.image background: `url(${fileBaseUrl + item.image
}) no-repeat 100% / 100%`, }) no-repeat 100% / 100%`,
}"></div> }"></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-slide>
<div class="swiper-pagination" slot="pagination"></div> <div class="swiper-pagination" slot="pagination"></div>
</swiper> </swiper>
@@ -130,8 +130,8 @@
<div class="xindex-course-image"> <div class="xindex-course-image">
<course-image :course="course"></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 == 20 || course.type == 10" class="course-type">录播课</span>
<span v-if="course.type == 30 " 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 == 40" class="course-type">学习项目</span>
</div> </div>
<div style="width: 80%" :title="course.name" class="course-title portal-title-tow two-line-ellipsis"> <div style="width: 80%" :title="course.name" class="course-title portal-title-tow two-line-ellipsis">
{{ course.name }} {{ course.name }}
@@ -388,40 +388,24 @@ export default {
.swiper-pagination { .swiper-pagination {
top: 310px; top: 310px;
} }
// .noticeBgc {
// background-size: 100% 110px;
// }
} }
@media screen and (max-width: 1680px) and (min-width:1367px) { @media screen and (max-width: 1680px) and (min-width:1367px) {
.swiper-pagination { .swiper-pagination {
top: 360px; top: 360px;
} }
// .noticeBgc {
// background-size: 100% 120px;
// }
} }
@media screen and (max-width: 1920px) and (min-width: 1681px) { @media screen and (max-width: 1920px) and (min-width: 1681px) {
.swiper-pagination { .swiper-pagination {
top: 360px; top: 360px;
} }
// .noticeBgc {
// background-size: 100% 150px;
// }
} }
@media screen and (min-width: 1921px) { @media screen and (min-width: 1921px) {
.swiper-pagination { .swiper-pagination {
top: 360px; top: 360px;
} }
.noticeBgc {
// background-size: 100% 169px;
}
} }
.bannbox { .bannbox {
@@ -458,10 +442,11 @@ export default {
position: relative; position: relative;
&::before { &::before {
content: url(../../assets/images//grateful/logo.png); content: url(../../assets/images/grateful/logo.png);
position: absolute; position: absolute;
top: 20px; top: 20px;
left: 40px; left: 40px;
z-index: 100
} }
.swiper-button-prev { .swiper-button-prev {