Commit c622d02e authored by 吴春's avatar 吴春

1

parent 4a46c71d
......@@ -50,7 +50,7 @@ module.exports = function(ctx) {
API: 'http://localhost:5001/api',
// API: 'http://192.168.10.128:8300/api',
// API: 'https://eduapi.oytour.com/api',
API_ZC: 'http://192.168.10.238:8087/api',
API_ZC: 'http://192.168.5.238:8087/api',
API_SK: 'ws://websocket.oytour.com/ws',
API_SIG: 'http://localhost:5001/messagecenter'
} : {
......
......@@ -25,8 +25,8 @@ export function getFontConfig() {
export function CommonConfig() {
return {
FileConfig: {
FileUrl: 'http://192.168.10.214:8130', //本地服务器文件预览地址
UploadUrl:'http://192.168.10.214:8120'
FileUrl: 'http://192.168.5.214:8130', //本地服务器文件预览地址
UploadUrl:'http://192.168.5.214:8120'
}
}
......
......@@ -255,7 +255,7 @@
Time: "1天前"
},
],
imgCov: 'http://192.168.10.214:8130/Upload/studentIcon/20201201044129361.png',
imgCov: 'http://192.168.5.214:8130/Upload/studentIcon/20201201044129361.png',
//通知请求参数
noticeMsg: {
pageIndex: 1,
......
......@@ -79,6 +79,7 @@
<th width="80" >续费级别</th>
<th width="80" >续费金额</th>
<th width="90">负责人</th>
<th width="90">操作</th>
</tr>
<template v-if='dataObj&&dataObj.RList && dataObj.RList.length>0'>
<tr v-for=" ( item , index ) in dataObj.RList " :key="index">
......@@ -149,6 +150,12 @@
<td>
{{ item.CreateByName?item.CreateByName:'-' }}
</td>
<td>
<div class="text-blue cursor-pointer" @click="getStudentStudy(item)">
学习情况
</div>
</td>
</tr>
</template>
</table>
......@@ -308,6 +315,16 @@
}
this.isShowStuRight = true;
},
getStudentStudy(obj) {
console.log("obj",obj);
// var qObj = {
// HeadTeacherId: item.AccountId,
// StartTime: this.msg.YearStr + "-" + this.msg.MonthStr + "-01",
// EndTime: this.msg.YearStr + "-" + this.msg.MonthStr + "-" + lastDay,
// };
// this.OpenNewUrl('/teacher/studentStudy', obj)
},
//清除
clearMsg() {
this.customObj.Remark = "";
......
......@@ -1697,6 +1697,11 @@ const routes = [{
component: () =>
import ("pages/teacher/teacherTrack")
},
{
path: "/teacher/studentStudy", //学员学习情况
component: () =>
import ("pages/teacher/studentStudy")
},
{
path: "/exam/examPaper", //试卷管理
component: () =>
......
......@@ -82,12 +82,12 @@ export default {
Vue.prototype.domainManager = function () {
//let domainUrl = 'http://192.168.10.214';
let domainUrl = 'http://192.168.10.226';
let viewFileUrl = 'http://192.168.10.214:8120';
let mallUrl = "http://192.168.10.2:8088";
let domainUrl = 'http://192.168.5.34';
let viewFileUrl = 'http://192.168.5.214:8120';
let mallUrl = "http://192.168.5.2:8088";
let vtUploadUrl = "http://upload.oytour.com";
let vtViewUrl = "http://192.168.10.214:8130";
let vtViewUrl = "http://192.168.5.214:8130";
let locationName = window.location.hostname;
if (locationName.indexOf('testerp.oytour') !== -1) {
domainUrl = "http://testapi.oytour.com";
......
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