UI_2022-02-10
e 3 years ago
parent 8d57b00630
commit d9bec49941
  1. 2
      src/layouts/home/index.vue
  2. 2
      src/pages/ass/list/index.vue
  3. 6
      src/pages/course/list/index.vue
  4. 8
      src/pages/station/preview/index.vue
  5. 4
      src/setting.js

@ -63,7 +63,7 @@ export default {
min-height: 100%;
.view {
min-height: calc(100vh - 175px);
min-height: calc(100vh - 177px);
//padding: 24px;
}
}

@ -6,7 +6,7 @@
<div class="tool mul">
<ul class="filter">
<li>
<label>考核时间</label>
<label>创建时间</label>
<el-radio-group size="small" v-model="form.month">
<el-radio v-for="(item,index) in dateList" :key="index" :label="item.id" border>
{{ item.name }}

@ -174,14 +174,12 @@ export default {
border-radius: 16px;
background-color: #fdfdfd;
box-sizing: border-box;
.filter {
width: 100%;
margin-bottom: 10px;
dl {
display: flex;
//display: flex;
line-height: 30px;
dt {
color: rgba(0, 0, 0, .85);
font-size: 14px;

@ -13,8 +13,8 @@
<template v-else-if="iframeSrc">
<iframe class="inner fileIframe" id="fileIframe" :src="iframeSrc" frameborder="0"></iframe>
<template v-if="showMask">
<div class="mask" style="width: 500px;height: 30px;top: 53px;right: 320px"></div>
<div class="mask" style="width: 175px;height: 30px;top: 53px;right: 5px"></div>
<div class="mask" style="height: 30px;top: 53px;right: 320px"></div>
<div class="mask" style="height: 30px;top: 53px;right: 5px"></div>
</template>
<template v-if="showMask1">
<div class="word-mask" style="height: 40px;"></div>
@ -310,8 +310,8 @@ export default {
} else if (id == 11) {
// href = `${host}bank/#/`;
let token = util.local.get(Setting.tokenKey);
// href = "http://39.108.250.202/banksystem/#/index/list?"+'token='+token+'&cid='+this.courseId+'&systemId='+this.assessmentList[0].systemId;
href = "http://192.168.31.254:8093/#/index/list?"+'token='+token+'&cid='+this.courseId+'&systemId='+this.assessmentList[0].systemId;
href = "http://39.108.250.202/banksystem/#/index/list?"+'token='+token+'&cid='+this.courseId+'&systemId='+this.assessmentList[0].systemId;
// href = "http://192.168.31.254:8093/#/index/list?"+'token='+token+'&cid='+this.courseId+'&systemId='+this.assessmentList[0].systemId;
} else if (id == 21) {
window.open(`http://121.37.29.24:80/yyyflogin?userId=${this.userId}&userName=${userName}&userType=${roleId}&reqType=1&reqId=3989a0ad671849b99dcbdcc208782333&caseId=9681f86902314b10bc752909121f9ab9&authorization=87DIVy348Oxzj3ha&classId=1876&courserId=7ff5d4715b114b7398b6f26c20fac460`);
} else if (id == 22) {

@ -42,9 +42,9 @@ if (isHh) {
title = "职站";
} else if (isDev) {
// 本地
// host = "http://39.108.250.202:9000/"; // 中台测试服
host = "http://39.108.250.202:9000/"; // 中台测试服
// host = "http://192.168.31.137:9000/"; // 赓
host = "http://192.168.31.151:9000/"; // 榕
// host = "http://192.168.31.151:9000/"; // 榕
// host = "http://192.168.31.125:9000/"; // 坤
systemPath = "http://192.168.31.154/";
defaultSubSystem = "http://39.108.250.202/pyTrials/#/";

Loading…
Cancel
Save