diff --git a/config/index.js b/config/index.js index 6f98b27..39611ae 100644 --- a/config/index.js +++ b/config/index.js @@ -11,7 +11,7 @@ module.exports = { assetsPublicPath: '/', proxyTable: { '/api': { - target: 'http://192.168.0.16:7062', + target: 'http://192.168.0.16:8462', secure: true, // 如果是 https ,需要开启这个选项 changeOrigin: true, // 是否是跨域请求?肯定是啊,不跨域就没有必要配置这个proxyTable了. pathRewrite: { @@ -22,7 +22,7 @@ module.exports = { // Various Dev Server settings host: '0.0.0.0', // can be overwritten by process.env.HOST - port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined + port: 18462, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: false, errorOverlay: true, notifyOnErrors: true, diff --git a/src/views/archives/semester/report.vue b/src/views/archives/semester/report.vue index 5bafdfa..821430b 100644 --- a/src/views/archives/semester/report.vue +++ b/src/views/archives/semester/report.vue @@ -20,7 +20,7 @@ 评估日期 {{ form.PEIXUE_END_TIME }} 考核方式 - 考核 + 线上考核 本次工作培训描述 diff --git a/static/config.js b/static/config.js index cd05af5..4210204 100644 --- a/static/config.js +++ b/static/config.js @@ -1,10 +1,10 @@ const config = { - weburl: 'http://192.168.0.16:8084/', // 前台地址 + weburl: 'http://192.168.0.16:18462/', // 前台地址 httpurl: '/api', // 后台地址 adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/', // fileUrl: 'http://36.133.193.8:8086/wlaqfile', // 附件服务器地址 - fileUrl: 'https://wlqy.zcloudchina.com/file', // 附件服务器地址 - faceOnlineAdress: 'ws://192.168.0.31:8899/' + fileUrl: 'http://192.168.20.240:8463/wlaq', // 附件服务器地址 + faceOnlineAdress: 'ws://192.168.20.240:8899/' // // 正式 // weburl: 'https://wlqy.zcloudchina.com/', // 前台地址