wangxy 3 달 전
부모
커밋
455491ef42
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 5
      pages/Login/index.vue

+ 2 - 5
pages/Login/index.vue

@@ -42,15 +42,12 @@ function setPinia() {
 }
 
 function handleLogin() {
-	httpApi.getConfig().then(res => {
-		console.log('res',res.data)
-	})
-	/* httpApi.login({ 
+	 httpApi.login({
 		userName: 'root1',
 		password: 'root'
 	}).then(res => {
 		console.log('res', res.data)
-	}) */
+	})
 }
 </script>