Commit f97781df authored by 黄奎's avatar 黄奎

页面修改

parent 7ab09f4e
...@@ -48,7 +48,7 @@ module.exports = function(ctx) { ...@@ -48,7 +48,7 @@ module.exports = function(ctx) {
env: ctx.dev ? { env: ctx.dev ? {
//API:'http://localhost:5001/api', //API:'http://localhost:5001/api',
API: 'http://192.168.10.68:8300/api', API: 'http://192.168.5.46:5001/api',
API_ZC: 'http://192.168.10.238:8087/api', API_ZC: 'http://192.168.10.238:8087/api',
API_SK: 'ws://websocket.oytour.com/ws', API_SK: 'ws://websocket.oytour.com/ws',
API_SIG: 'http://localhost:5001/messagecenter' API_SIG: 'http://localhost:5001/messagecenter'
......
...@@ -25,8 +25,8 @@ export function getFontConfig() { ...@@ -25,8 +25,8 @@ export function getFontConfig() {
export function CommonConfig() { export function CommonConfig() {
return { return {
FileConfig: { FileConfig: {
FileUrl: 'http://192.168.10.214:8130', //本地服务器文件预览地址 FileUrl: 'http://192.168.5.214:8130', //本地服务器文件预览地址
UploadUrl:'http://192.168.10.214:8120' UploadUrl:'http://192.168.5.214:8120'
} }
} }
...@@ -115,8 +115,8 @@ export function UploadViittoBlobFile(path, file, callback) { ...@@ -115,8 +115,8 @@ export function UploadViittoBlobFile(path, file, callback) {
uploadLoadding.show({ uploadLoadding.show({
message: '正在上传文件,请稍后...' message: '正在上传文件,请稍后...'
}) })
let viewFileUrl = 'http://192.168.10.214:8130'; let viewFileUrl = 'http://192.168.5.214:8130';
let vtUploadUrl = "http://192.168.10.214:8120/upload/UploadBlob"; let vtUploadUrl = "http://192.168.5.214:8120/upload/UploadBlob";
let locationName = window.location.hostname; let locationName = window.location.hostname;
if (locationName.indexOf('testerp.oytour') !== -1) { if (locationName.indexOf('testerp.oytour') !== -1) {
vtUploadUrl = "http://upload.oytour.com/upload/UploadBlob"; vtUploadUrl = "http://upload.oytour.com/upload/UploadBlob";
......
...@@ -255,7 +255,7 @@ ...@@ -255,7 +255,7 @@
Time: "1天前" 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: { noticeMsg: {
pageIndex: 1, pageIndex: 1,
......
...@@ -446,7 +446,7 @@ ...@@ -446,7 +446,7 @@
StuType: "", //客户类型 StuType: "", //客户类型
StuNeeds: 0, //客户需求 StuNeeds: 0, //客户需求
StuTel: "", //显示使用 StuTel: "", //显示使用
FileVoucher: ""//http://192.168.10.214:8130/EduSystem/Test/Upload/SetStudentVoucher/202303221126306360000000004.png FileVoucher: ""
}, },
//日语基础列表 //日语基础列表
basicList: [], basicList: [],
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<th width="100">班主任</th> <th width="100">班主任</th>
<th width="200">课程名称</th> <th width="200">课程名称</th>
<th width="80">金额</th> <th width="80">金额</th>
<th>基本情况</th> <th style="min-width:250px;">基本情况</th>
<th width="200">续费课程</th> <th width="200">续费课程</th>
<th width="80">续费级别</th> <th width="80">续费级别</th>
<th width="80">续费金额</th> <th width="80">续费金额</th>
......
...@@ -2014,11 +2014,7 @@ ...@@ -2014,11 +2014,7 @@
data() { data() {
return { return {
saveMsg: [ saveMsg: [
// {
// Type: 3,
// Content:'http://192.168.10.214:8130/EduSystem/Test/Upload/Temporary/202311131052426600000000001.png',
// Url:'http://192.168.10.214:8130/EduSystem/Test/Upload/Temporary/202311131052426600000000001.png'
// }
], ],
TeamShouZhi: false, TeamShouZhi: false,
F_Disbursement_Schedule: false, F_Disbursement_Schedule: false,
......
...@@ -95,7 +95,6 @@ ...@@ -95,7 +95,6 @@
<input v-model="uploadParm.params.ExamName" class="examList-popup-name" placeholder="请输入考试名称"/> <input v-model="uploadParm.params.ExamName" class="examList-popup-name" placeholder="请输入考试名称"/>
<div class="diy-upload-class"> <div class="diy-upload-class">
<!-- https://jjswapi.oytour.com --> <!-- https://jjswapi.oytour.com -->
<!-- http://192.168.10.36:8082 -->
<el-upload class="avatar-uploader" <el-upload class="avatar-uploader"
:data="uploadParm" :data="uploadParm"
name="myfile" name="myfile"
......
...@@ -80,14 +80,13 @@ export default { ...@@ -80,14 +80,13 @@ export default {
}, },
//域名管理对象 //域名管理对象
Vue.prototype.domainManager = function () { Vue.prototype.domainManager = function () {
//let domainUrl = 'http://192.168.10.214'; let domainUrl = 'http://192.168.5.214';
let domainUrl = 'http://192.168.10.226'; let viewFileUrl = 'http://192.168.5.214:8120';
let viewFileUrl = 'http://192.168.10.214:8120'; let mallUrl = "http://192.168.5.2:8088";
let mallUrl = "http://192.168.10.2:8088";
let vtUploadUrl = "http://upload.oytour.com"; 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; let locationName = window.location.hostname;
if (locationName.indexOf('testerp.oytour') !== -1) { if (locationName.indexOf('testerp.oytour') !== -1) {
domainUrl = "http://testapi.oytour.com"; 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