tanxue 2 месяцев назад
Родитель
Сommit
285ebd5297

+ 4 - 4
components/custom-tabbar/custom-tabbar-client.vue

@@ -24,14 +24,14 @@
 				tabList: [{
 						text: '首页',
 						path: `/pages/client/ShouYe/shouye`,
-						iconPath: getStaticUrl('static/images/tabbar/unselect/client-jz-icon.png'),
-						activePath: getStaticUrl('static/images/tabbar/select/client-jz-icon.png'),
+						iconPath: '/static/images/tabbar/unselect/client-jz-icon.png',
+						activePath:'/static/images/tabbar/select/client-jz-icon.png',
 					},
 					{
 						text: '我的',
 						path: `/pages/client/my/index`,
-						iconPath: getStaticUrl('static/images/tabbar/unselect/client-my-icon.png'),
-						activePath: getStaticUrl('static/images/tabbar/select/client-my-icon.png'),
+						iconPath: '/static/images/tabbar/unselect/client-my-icon.png',
+						activePath: '/static/images/tabbar/select/client-my-icon.png',
 					},
 				],
 			};

+ 4 - 4
pages/Login/components/clientloginBox.vue

@@ -99,7 +99,7 @@
 	
 	// 登录
 	function handleLogin() {
-		if(userName.value.length ===0){
+		/* if(userName.value.length ===0){
 			toast('请输入手机号!')
 			return
 		}
@@ -107,7 +107,7 @@
 		if(password.value.length ===0){
 			toast('请输入密码!')
 			return
-		}
+		} */
 		
 		// 去除 userName 两端的空格
 		const trimmedUserName = userName.value;
@@ -120,9 +120,9 @@
 		httpApi.login({
 			// type 1app 2为H5
 			type:2,
-			userName: trimmedUserName,
+			userName: '18604088489',
 			// password: lliPassword.value,
-			password: 'XXJytwnw7lpzdDuUFqVl59Hzir+IQ9j0If7ytUcwA2jcB5tBLvRqY8dfDZYnbXzQy28MeQ3nKbTw/+AxFoUE4+o6jyrIV9Z4bllrTvHEliUb78zCOStgMw55doAMvobokXbakT6joafw8ymc6A5D6jHL0UaDz2UGgMXzdD0S1W8='
+			password: 'JmkMM9QLyf2+Hl+QAqLDv3M+U1WdDzvWsN1B36cYqTpZyB9boaXB3idP0B0zaQh0LulxEv1FpAmIPEEQY44r+OaGtM2S1k2C1HzHariR67N9UcXLgg0UMabz5Z5u/9b/Rsl0Ldg+9zkA83ntlyfUvmabiNIplTii0poclafnvlY='
 		}).then(res => {
 			// 4为家政人员
 			if(res.data.type ===4){