修改配置

dev
wangpeng 2025-05-27 09:13:06 +08:00
parent 5983bc2ba4
commit 61e02c1c36
3 changed files with 6 additions and 6 deletions

View File

@ -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,

View File

@ -20,7 +20,7 @@
<td class="title">评估日期</td>
<td >{{ form.PEIXUE_END_TIME }}</td>
<td class="title">考核方式</td>
<td >考核</td>
<td >线上考核</td>
</tr>
<tr class="tab_tr" style="height:127px">
<td class="title">本次工作培训描述</td>

View File

@ -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/', // 前台地址