Commit 65e459da authored by 李晓兵's avatar 李晓兵

''

parent 2405eddc
...@@ -10,5 +10,5 @@ module.exports = { ...@@ -10,5 +10,5 @@ module.exports = {
filePath: '"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_DEV&apiName=file_view&"', filePath: '"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_DEV&apiName=file_view&"',
ocrPath:'"http://180.104.121.66:8088/r/api"', ocrPath:'"http://180.104.121.66:8088/r/api"',
appId: '"com.xcmg.app"', appId: '"com.xcmg.app"',
currentVersion: '"1.1.0"' currentVersion: '"1.1.1"'
} }
...@@ -59,8 +59,8 @@ import Jpush from './scripts/jpushService' ...@@ -59,8 +59,8 @@ import Jpush from './scripts/jpushService'
import Jmessage from './scripts/jmessageService' import Jmessage from './scripts/jmessageService'
// if (process.env.CONFIG_ENV === 'uat') { // if (process.env.CONFIG_ENV === 'uat') {
const VConsole = require('vconsole') //const VConsole = require('vconsole')
new VConsole() // eslint-disable-line // new VConsole() // eslint-disable-line
// } // }
Vue.use(componentInstall) Vue.use(componentInstall)
......
...@@ -776,6 +776,7 @@ export default { ...@@ -776,6 +776,7 @@ export default {
vm.houseImg = res.lists[0].url vm.houseImg = res.lists[0].url
} }
vm.houseAttachmentId = res.lists[0].attachment_id vm.houseAttachmentId = res.lists[0].attachment_id
console.log(vm.houseAttachmentId)
break break
case 'CAR_CARD': // 行驶证 case 'CAR_CARD': // 行驶证
if (!vm.carFlag) { if (!vm.carFlag) {
......
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