Commit 74ced40c authored by 张伯涛's avatar 张伯涛

修改

parent 2d88d307
......@@ -2,7 +2,7 @@
ENV = 'development'
# base api
VUE_APP_BASE_API = 'http://117.122.212.102:8090'
VUE_APP_BASE_API = 'http://192.168.1.47:8090'
# workFlow链接地址
VUE_APP_WORKFLOW = '/workFlow'
# login地址
......
......@@ -3,5 +3,5 @@ ENV = 'test'
NODE_ENV= 'production'
# 测试环境
# base api
VUE_APP_BASE_API = 'http://117.122.212.102:8090'
VUE_APP_BASE_API = 'http://10.19.103.15:8090'
......@@ -1421,7 +1421,7 @@
</el-form-item>
</template>
</el-table-column>
<el-table-column label="抵押品/质押品类型" width="150">
<el-table-column label="抵押品/质押品类型" width="180">
<template slot-scope="scope">
<el-form-item
:ref="'DBXX.'+scope.$index+'.COLLATERALTYPE'"
......
......@@ -42,7 +42,7 @@ module.exports = {
[process.env.VUE_APP_BASE_API]: {
// target: `http://10.5.87.231:10010/`,
// target: `http://zt.51newsoftware.com:10184/`,
target: 'http://117.122.212.102:8090/',
target: 'http://192.168.1.47:8090/',
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''
......
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