Commit d0c720ef authored by linxin's avatar linxin

add

parent 0292f8e4
......@@ -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"',
currentVersion: '"1.7.0"'
currentVersion: '"1.7.1"'
}
......@@ -178,6 +178,7 @@ export default {
},
beforeRouteEnter (to, from, next) {
next(vm => {
vm.bpClass = window.localStorage.bp_class_tenant
if (from.name === 'CreateRentInfo') {
vm.idCardFront = ''
vm.idCardBack = ''
......@@ -192,7 +193,6 @@ export default {
vm.mort_dowload_list = []
vm.spec_dowload_list = []
vm.cddItemList = []
vm.bpClass = window.localStorage.bp_class_tenant
vm.status = window.localStorage.user_bp_status
vm.fromPage = window.localStorage.fromPage
if (window.localStorage.bp_class_tenant === 'NP') {
......
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