@@ -794,7 +794,10 @@
if(this.wxOpenData.loginInfo.customerInfo){
this.customerName=this.wxOpenData.loginInfo.customerInfo.customerName
}
- this.plateNumber=this.$store.state.carInfo.plateNumber;
+ if(this.$store.state.carInfo){
+ this.plateNumber=this.$store.state.carInfo.plateNumber;
+ }
+
this.bmShow=true;
}else{
this.authorizShow=true
@@ -11,7 +11,7 @@ console.log(extConfig)
const baseUrl=extConfig.url+'/'
//const baseUrl='http://dms.66km.com.cn/'
-//const baseUrl='http://192.168.0.18:20187/'
+//const baseUrl='http://192.168.0.10:20187/'
//const baseUrl='https://store-api.qdbtl.cn/'
//const baseUrl='https://apidms.66km.com/'
//京猫虎