twt пре 3 година
родитељ
комит
99d01400e2
3 измењених фајлова са 7 додато и 7 уклоњено
  1. 4 4
      common/request.js
  2. 1 1
      manifest.json
  3. 2 2
      pages/index/addCar.vue

+ 4 - 4
common/request.js

@@ -1,8 +1,8 @@
-//const baseUrl = 'http://58.56.15.138:20201/' 
-//const burl2='http://58.56.15.138:20201/' 
+const baseUrl = 'http://58.56.15.138:20201/' 
+const burl2='http://58.56.15.138:20201/' 
 //const baseUrl = 'http://58.56.15.138:20132/' 
- const baseUrl = 'https://apiclt.66km.com/'
-const burl2='https://apiclt.66km.com/'
+ //const baseUrl = 'https://apiclt.66km.com/'
+//const burl2='https://apiclt.66km.com/'
 
 import md5 from './MD5.js'
 

+ 1 - 1
manifest.json

@@ -50,7 +50,7 @@
     "quickapp" : {},
     /* 小程序特有相关 */
     "mp-weixin" : {
-        "appid" : "wx693850514180f795",
+        "appid" : "wx9ca21d7c8495757e",
         "setting" : {
             "urlCheck" : false,
             "postcss" : true,

+ 2 - 2
pages/index/addCar.vue

@@ -181,12 +181,12 @@
 				console.log(plate)
 				if (plate.length >= 7) this.plateNo = plate;
 				this.plateShow = false;
-				/* if(plate.length == 7){
+				if(plate.length == 7){
 					this.plate_type=2
 				}else{
 					this.plate_type=52
 				}
-				this.queryCarmodelByPlateNumber() */
+				this.queryCarmodelByPlateNumber() 
 			},
             queryCarmodelByPlateNumber(){
 				uni.showLoading({