提交 8af3732f authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 d6906e4e
......@@ -4,7 +4,7 @@ module.exports = {
apiBaseURL: 'https://learn-api.ezijing.com',
others: {
url: '/app/learn/course',
loginUrl: 'https://login.ezijing.com/prp/login/index',
loginUrl: 'https://login.ezijing.com/auth/login/index',
messageBaseURL: 'https://test-microservices-message-service-api.ezijing.com'
},
webpack: {
......
......@@ -5,7 +5,7 @@ module.exports = {
// apiBaseURL: '/',
others: {
url: '/app/learn/course',
loginUrl: 'https://login.ezijing.com/prp/login/index',
loginUrl: 'https://login.ezijing.com/auth/login/index',
messageBaseURL: ''
},
webpack: {
......
......@@ -5,7 +5,7 @@ module.exports = {
// apiBaseURL: '/',
others: {
url: '/app/learn/course',
loginUrl: 'https://login2.ezijing.com/prp/login/index',
loginUrl: 'https://login2.ezijing.com/auth/login/index',
messageBaseURL: 'https://test-microservices-message-service-api.ezijing.com'
},
isUploadStatic: false,
......
......@@ -69,10 +69,10 @@
<span v-bind:key="index">{{ item1 }}</span>
</template>
</div>
<div class="time">
<!-- <div class="time">
{{ item.status }}&emsp;&emsp;
<em>{{ item.time }}</em>
</div>
</div> -->
<!-- <div class="progress">
{{ $t('pages.learn.course.progress') }}&emsp;<el-progress :percentage="item.progress > 99.5 ? 100 : item.progress" color="#b49441"></el-progress>
</div>-->
......
......@@ -21,8 +21,8 @@
<span v-bind:key="index" class="tabs-item">{{ item1 }}</span>
</template>
</div>
<div class="time">{{ headerInfo.time }} {{ headerInfo.status }}</div>
<div style="float: left; width: 100%; height: 1px"></div>
<!-- <div class="time">{{ headerInfo.time }} {{ headerInfo.status }}</div> -->
<!-- <div style="float: left; width: 100%; height: 1px"></div> -->
<!-- <div class="progress">
视频观看进度&emsp;<el-progress :percentage="headerInfo.progress" color="#b49441"></el-progress>
</div> -->
......
<template>
<div class="pages">
<div class="head">
<img class="logo" src="https://zws-imgs-pub.ezijing.com/pc/base/logo.svg" />
<img class="logo" src="../../assets/images/bank-logo2.png" />
<!-- <img class="logo" src="https://zws-imgs-pub.ezijing.com/pc/base/logo.svg" /> -->
<img class="logo" src="https://webapp-pub.ezijing.com/project_online/paa/logo.png" />
<div class="user">
<div class="nickname">{{ nickName }}</div>
<div class="logout" @click="logout">{{ $t('components.learnSysLayout.sideBar.outLogin') }}</div>
......@@ -111,7 +111,7 @@ export default {
})
},
dealRender: () => {
;(function (win, doc) {
;(function(win, doc) {
const wWidth =
win.screen.width > 0
? win.innerWidth >= win.screen.width || win.innerWidth === 0
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论