Commit 7392f731 authored by Jennie Shi's avatar Jennie Shi

集成插件前的封板

parent a42567d5
......@@ -11,5 +11,5 @@ module.exports = {
ocrPath:'"http://www.xcmgfs.com:8087/r/api"',
fileUploadSvcPath:'"http://www.xcmgfs.com:8087/r/api/app/fileUploadSvc?sysName=XCMG_PROD&apiName="',
appId: '"com.xcmg.app"',
currentVersion: '"0.2.1"'
currentVersion: '"0.2.2"'
}
......@@ -11,5 +11,5 @@ module.exports = {
ocrPath:'"http://180.104.121.66:8088/r/api"',
fileUploadSvcPath:'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="',
appId: '"com.xcmg.app.dev"',
currentVersion: '"2.7.2"'
currentVersion: '"2.7.4"'
}
......@@ -862,7 +862,7 @@ export default {
let result = res.result.words_result
vm.rentInfo.frame_number = result.VinNo // 车架号
vm.rentInfo.engine = result.EngineNo // 发动机号
vm.rentInfo.vehicle_model = result.VinNo // 车辆型号
vm.rentInfo.vehicle_model = result.CarModel // 车辆型号
vm.rentInfo.certificate_number = result.CertificationNo // 合格证编号
} else if (vm.certificationType === 'DAOLU') {
let result = res.result.data
......
......@@ -529,7 +529,7 @@ export default {
let result = res.result.words_result
vm.info.frame_number = result.VinNo // 车架号
vm.info.engine = result.EngineNo // 发动机号
vm.vehicle_model = result.VinNo // 车辆型号
vm.vehicle_model = result.CarModel // 车辆型号
vm.info.certificate_number = result.CertificationNo // 合格证编号
} else if (vm.certificationType === 'DAOLU') {
let result = res.result.data
......
......@@ -343,7 +343,7 @@ export default new Router({
path: '/Setting',
component: Setting,
name: 'Setting',
meta: { keepAlive: true },
meta: { keepAlive: false },
},
{
path: '/UserAgree',
......
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