fix: BUG修改
This commit is contained in:
parent
d6956a739b
commit
8594c3c0a6
4
main.js
4
main.js
@ -79,8 +79,8 @@ if (process.env.NODE_ENV === 'development') {
|
|||||||
console.log('生产环境')
|
console.log('生产环境')
|
||||||
// Vue.prototype.url_config = 'http://10.168.1.105:11111/' // 线上地址
|
// Vue.prototype.url_config = 'http://10.168.1.105:11111/' // 线上地址
|
||||||
// Vue.prototype.url_config = 'http://10.168.1.104:11111/' // 线上地址
|
// Vue.prototype.url_config = 'http://10.168.1.104:11111/' // 线上地址
|
||||||
// Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢线上地址
|
Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢线上地址
|
||||||
Vue.prototype.url_config = 'http://47.93.215.234:11211/' // 鞍钢测试地址
|
// Vue.prototype.url_config = 'http://47.93.215.234:11211/' // 鞍钢测试地址
|
||||||
// Vue.prototype.url_config = 'http://182.90.224.237:51234/' // 百色三标段
|
// Vue.prototype.url_config = 'http://182.90.224.237:51234/' // 百色三标段
|
||||||
// Vue.prototype.url_config = 'http://192.168.34.221:9111/' // 百色三标段
|
// Vue.prototype.url_config = 'http://192.168.34.221:9111/' // 百色三标段
|
||||||
// Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址
|
// Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址
|
||||||
|
|||||||
@ -65,7 +65,7 @@
|
|||||||
<view class="type flex2" v-if="recordType == 1">
|
<view class="type flex2" v-if="recordType == 1">
|
||||||
<view class="textColor">紧急程度</view>
|
<view class="textColor">紧急程度</view>
|
||||||
<view class="textRight">
|
<view class="textRight">
|
||||||
{{basicInfo.urgentLevel==1?'一般':basicInfo.urgentLevel==2?'严重':basicInfo.urgentLevel==0?'紧要':''}}
|
{{basicInfo.urgentLevel==1?'一般':basicInfo.urgentLevel==2?'严重':basicInfo.urgentLevel==3?'紧要':''}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="type flex2">
|
<view class="type flex2">
|
||||||
|
|||||||
@ -65,7 +65,7 @@
|
|||||||
<view class="type flex2" v-if="recordType == 1">
|
<view class="type flex2" v-if="recordType == 1">
|
||||||
<view class="textColor">紧急程度</view>
|
<view class="textColor">紧急程度</view>
|
||||||
<view class="textRight">
|
<view class="textRight">
|
||||||
{{basicInfo.urgentLevel==1?'一般':basicInfo.urgentLevel==2?'严重':basicInfo.urgentLevel==0?'紧要':''}}
|
{{basicInfo.urgentLevel==1?'一般':basicInfo.urgentLevel==2?'严重':basicInfo.urgentLevel==3?'紧要':''}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="type flex2">
|
<view class="type flex2">
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
8
unpackage/dist/build/app-plus/app-service.js
vendored
8
unpackage/dist/build/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/build/app-plus/app-view.js
vendored
2
unpackage/dist/build/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user