1.打包
parent
a829fe024d
commit
c9f670d4df
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<view>
|
||||
<web-view src="https://qgqy.qhdsafety.com/xieyi/users_agreement.html"></web-view>
|
||||
<web-view src="https://skqhdg.porthebei.com:9005/xieyi/users_agreement.html"></web-view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<view>
|
||||
<web-view src="https://qgqy.qhdsafety.com/xieyi/privacy.html"></web-view>
|
||||
<web-view src="https://skqhdg.porthebei.com:9005/xieyi/privacy.html"></web-view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<view v-if="info.SIGNTIME != null" class="respondent">
|
||||
<view class="promiser">
|
||||
<text>
|
||||
{{ info.TYPE === '0' ? '主要负责人签字' : '受状人' }}:
|
||||
{{ info.TYPE === '0' ? '承诺人签字' : '受状人' }}:
|
||||
</text>
|
||||
<u--image :showLoading="true" :src="$store.state.filePath + info.FILEPATH"
|
||||
width="200rpx" height="100px" mode="scaleToFill"></u--image>
|
||||
|
@ -44,7 +44,7 @@
|
|||
<view v-else class="respondent">
|
||||
<view class="promiser">
|
||||
<text>
|
||||
{{ info.TYPE === '0' ? '主要负责人未签字' : '受状人未签字' }}
|
||||
{{ info.TYPE === '0' ? '承诺人签字未签字' : '受状人未签字' }}
|
||||
</text>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
@ -31,8 +31,8 @@ const store = new Vuex.Store({
|
|||
state.userInfo = userInfo
|
||||
} ,
|
||||
setfilePath(state, filePath) {
|
||||
// state.filePath = 'https://skqhdg.porthebei.com:9004/file/'
|
||||
state.filePath = 'https://wwag.qhdsafety.com/file/'
|
||||
state.filePath = 'https://skqhdg.porthebei.com:9004/file/'
|
||||
// state.filePath = 'https://wwag.qhdsafety.com/file/'
|
||||
}
|
||||
},
|
||||
actions: {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
// export var requestPath = 'https://skqhdg.porthebei.com:9005/qa-regulatory-gwj/'; // 后台请求地址
|
||||
|
||||
export var requestPath = 'http://192.168.0.101:8060/new_template';
|
||||
// export var requestPath = 'http://192.168.192.201:8992/qa-regulatory-gwj/'; // 后台请求地址
|
||||
export var requestPath = 'https://skqhdg.porthebei.com:9005/regulatory_gwj_2.0/'; // 后台请求地址
|
||||
// export var requestPath = 'http://192.168.151.75:8092/';
|
||||
|
||||
let videoApiPath = 'https://arqsp.qhdsafety.com:10010'; // 视频平台后台请求地址
|
||||
import store from '../store/index'
|
||||
|
|
|
@ -22,8 +22,7 @@ export function formatDate(date, fmt) {
|
|||
}
|
||||
}
|
||||
|
||||
export const filePath = 'https://wwag.qhdsafety.com/file/'
|
||||
|
||||
export const filePath = 'https://skqhdg.porthebei.com:9004/file/'
|
||||
function padLeftZero(str) {
|
||||
return ('00' + str).substr(str.length)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue