Browse Source

代码提交

twt 1 year ago
parent
commit
8d35c6bbf2
3 changed files with 10 additions and 9 deletions
  1. 7 4
      common/request.js
  2. 2 4
      manifest.json
  3. 1 1
      pages/login/login.vue

+ 7 - 4
common/request.js

@@ -1,11 +1,14 @@
 //测试地址
 /* const baseUrl = 'http://58.56.15.138:20201/' 
 const burl2='http://58.56.15.138:20201/' */
- 
+const baseUrl = 'http://dmss.66km.com.cn/'
+ const burl2='http://dmss.66km.com.cn/' 
+ /* const baseUrl = 'http://192.168.0.127:20201/'
+ const burl2='http://192.168.0.127:20201/' */
 //正式地址
-const baseUrl = 'https://apiclt.66km.com/'
-const burl2='https://apiclt.66km.com/'
-
+/* const baseUrl = 'https://apiclt.66km.com/'
+const burl2='https://apiclt.66km.com/' */
+//佳联天下养车 wx9ca21d7c8495757e  车蓝图4S店 wx693850514180f795
 
 import md5 from './MD5.js'
 

+ 2 - 4
manifest.json

@@ -50,7 +50,7 @@
     "quickapp" : {},
     /* 小程序特有相关 */
     "mp-weixin" : {
-        "appid" : "wx693850514180f795",
+        "appid" : "wx9ca21d7c8495757e",
         "setting" : {
             "urlCheck" : true,
             "postcss" : true,
@@ -62,9 +62,7 @@
                 "desc" : "获取定位"
             }
         },
-		"requiredPrivateInfos": [
-				"getLocation"
-		]
+        "requiredPrivateInfos" : [ "getLocation" ]
     },
     "mp-alipay" : {
         "usingComponents" : true

+ 1 - 1
pages/login/login.vue

@@ -148,7 +148,7 @@ export default {
 	.container{
 	        width: 100%;
 	        min-height: 100%;
-			background: url('http://123.56.219.146:10086/keepCar/keepCarHome.png') ; 
+			background: url('http://dmsphoto.66km.com.cn/keepcar/keepCarHome.png') ; 
 			background-size: 100%;
 	}
 	.loginLogo{