fix: BUG修改
This commit is contained in:
parent
196053364d
commit
b66061c0d8
@ -88,9 +88,11 @@ if (process.env.NODE_ENV == 'development') {
|
|||||||
// axios.defaults.baseURL = 'http://182.90.224.237:51234' //郭圣雄远程
|
// axios.defaults.baseURL = 'http://182.90.224.237:51234' //郭圣雄远程
|
||||||
// axios.defaults.baseURL ='http://101.43.164.214:45020/' //沈阳和盈
|
// axios.defaults.baseURL ='http://101.43.164.214:45020/' //沈阳和盈
|
||||||
// axios.defaults.baseURL ='http://183.249.224.118:9000/' //嘉兴王江泾公用码头
|
// axios.defaults.baseURL ='http://183.249.224.118:9000/' //嘉兴王江泾公用码头
|
||||||
axios.defaults.baseURL ='http://101.43.164.214:11111/' // 百色三标段项目
|
// axios.defaults.baseURL ='http://101.43.164.214:11111/' // 百色三标段项目
|
||||||
// axios.defaults.baseURL = 'http://125.88.207.86:8088/'//中建四局线上(最新)地址
|
// axios.defaults.baseURL = 'http://125.88.207.86:8088/'//中建四局线上(最新)地址
|
||||||
// axios.defaults.baseURL = 'http://125.88.207.86:8099/'//中建四局(沙湖)线上(最新)地址
|
// axios.defaults.baseURL = 'http://125.88.207.86:8099/'//中建四局(沙湖)线上(最新)地址
|
||||||
|
axios.defaults.baseURL = 'http://angang.xingzong.tech:9809/'//鞍钢集团线上(最新)地址
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
} else if (process.env.NODE_ENV == 'debug') {
|
} else if (process.env.NODE_ENV == 'debug') {
|
||||||
|
|||||||
@ -50,6 +50,8 @@ export default new Vuex.Store({
|
|||||||
// FILEURL:'http://192.168.34.221:9111/image/',//郭圣雄
|
// FILEURL:'http://192.168.34.221:9111/image/',//郭圣雄
|
||||||
// UPLOADURL:'http://jxj.zhgdyun.com:100/upload/image/',// 演示平台
|
// UPLOADURL:'http://jxj.zhgdyun.com:100/upload/image/',// 演示平台
|
||||||
// FILEURL:'http://jxj.zhgdyun.com:100/image/',// 演示平台
|
// FILEURL:'http://jxj.zhgdyun.com:100/image/',// 演示平台
|
||||||
|
// UPLOADURL:'http://angang.xingzong.tech:9809/image/',// 鞍钢集团
|
||||||
|
// FILEURL:'http://angang.xingzong.tech:9809/image/',// 鞍钢集团
|
||||||
// UPLOADURL:'http://10.0.1.43:6023/upload/image',//测试
|
// UPLOADURL:'http://10.0.1.43:6023/upload/image',//测试
|
||||||
// FILEURL:'http://10.0.1.43:6023/image/',//测试
|
// FILEURL:'http://10.0.1.43:6023/image/',//测试
|
||||||
|
|
||||||
|
|||||||
@ -153,16 +153,16 @@
|
|||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div class="flex3" style="padding-left: 20px">
|
<div class="flex3" style="padding-left: 20px">
|
||||||
<!-- {{scope.row}} -->
|
<!-- {{scope.row}} -->
|
||||||
<!-- :src="$store.state.FILEURL + scope.row.idCardBigPhotoUrl" -->
|
<!-- :src="$store.state.FILEURL + scope.row.fieldAcquisitionUrl" -->
|
||||||
<img
|
<img
|
||||||
:src="$store.state.FILEURL +scope.row.idCardBigPhotoUrl"
|
:src="$store.state.FILEURL +scope.row.fieldAcquisitionUrl"
|
||||||
style="
|
style="
|
||||||
width: 52px;
|
width: 52px;
|
||||||
height: 72px;
|
height: 72px;
|
||||||
margin: 0px 15px;
|
margin: 0px 15px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
"
|
"
|
||||||
@click="handlePreview(scope.row.idCardBigPhotoUrl)"
|
@click="handlePreview(scope.row.fieldAcquisitionUrl)"
|
||||||
/>
|
/>
|
||||||
<div>
|
<div>
|
||||||
<div class="workerName" @click="showDetail(scope.row)">
|
<div class="workerName" @click="showDetail(scope.row)">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user