twt преди 9 месеца
родител
ревизия
ebdb087476
променени са 7 файла, в които са добавени 15 реда и са изтрити 15 реда
  1. 3 3
      common/request.js
  2. 2 2
      main.js
  3. 1 1
      pages.json
  4. 3 3
      pages/homePage/homePage.vue
  5. 3 3
      pages/login/empower.vue
  6. BIN
      static/img/yclogo.png
  7. 3 3
      static/js/share.js

+ 3 - 3
common/request.js

@@ -1,10 +1,10 @@
 //测试地址
 /* const baseUrl = 'http://58.56.15.138:20201/' 
 const burl2='http://58.56.15.138:20201/' */
-const baseUrl = 'http://dmss.66km.com.cn/'
+ 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 = 'http://api.dms.66km.com.cn/'
+ const burl2='http://api.dms.66km.com.cn/' */
 //正式地址
 /* const baseUrl = 'https://apiclt.66km.com/'
 const burl2='https://apiclt.66km.com/' */

+ 2 - 2
main.js

@@ -11,9 +11,9 @@ Vue.config.productionTip = false
  import store from './store'
 Vue.prototype.$store = store // 定义成全局组件
 
-import share from '@/static/js/share.js'
+/* import share from '@/static/js/share.js'
 
-Vue.mixin(share)
+Vue.mixin(share) */
 //https://blog.csdn.net/qq_35432904/article/details/106330079 分享
 //佳链天下养车小程序账号AppID(小程序ID)wx9ca21d7c8495757e   AppSecret(小程序密钥)   73a76c283f4c4a35a13ea8033527059b
 //车蓝图 wx693850514180f795

+ 1 - 1
pages.json

@@ -37,7 +37,7 @@
 		{
 			"path": "pages/login/empower",
 			"style": {
-				"navigationBarTitleText": "车蓝图养车"
+				"navigationBarTitleText": "天下养车"
 			}
 		},
 		{

+ 3 - 3
pages/homePage/homePage.vue

@@ -8,7 +8,7 @@
 					<view class="location" v-else @click="showCity">{{cityName}}</view>
 					<image src="../../static/img/xiala.png" mode="widthFix" class="xiala"></image>
 				</view>
-				<view class="topTitle">车蓝图</view>
+				<view class="topTitle">天下养车</view>
 				<view style="width: 30%;"></view>
 			</view>
 			<view :style="{height: (iStatusBarHeight+50) + 'px'}"></view>
@@ -196,13 +196,13 @@
 				shareID: '',
 				brand: '',
 				cityRole: '',
-				share: {
+				/* share: {
 					title: '车蓝图4S店养车服务scene',
 					path: '/pages/homePage/homePage?scene=F16E7299-6850-4015-ABCE-A9F2794B45B5',
 					imageUrl: '',
 					desc: '',
 					content: ''
-				}
+				} */
 			}
 		},
 		onShow() {

+ 3 - 3
pages/login/empower.vue

@@ -2,7 +2,7 @@
 	<view class="container">
 		<view v-if="!wxOpendata&&isload">
 			<view class="logoBox">
-				<image src="../../static/img/sign_bg.png" mode="" class="euroImg"></image>
+				<image src="../../static/img/yclogo.png" mode="" class="euroImg"></image>
 			</view>
 			
 			
@@ -136,8 +136,8 @@
 
 <style scoped>
 	.euroImg {
-		width: 290rpx;
-		height: 140rpx;
+		width: 175rpx;
+		height: 175rpx;
 	}
 
 	.logoBox {

BIN
static/img/yclogo.png


+ 3 - 3
static/js/share.js

@@ -1,9 +1,9 @@
-export default{
+/* export default{
     data(){
         return {
                        //设置默认的分享参数
             share:{
-                title:'车蓝图',
+                title:'天下养车',
                 path:'/pages/homePage/homePage',
                 imageUrl:'',
                 desc:'',
@@ -34,4 +34,4 @@ export default{
 	 onShareTimeline(res) {//分享到朋友圈
 	        return {}
 	    },
-}
+} */