diff --git a/src/common/axios-interceptor.js b/src/common/axios-interceptor.js
index 6af0940..08bf871 100644
--- a/src/common/axios-interceptor.js
+++ b/src/common/axios-interceptor.js
@@ -2,7 +2,7 @@ import axios from "axios";
import router from "@/router/index";
const $api = axios.create({
- baseURL: import.meta.env.VITE_API_URL,
+ baseURL: 'http://localhost:10325/api/',
timeout: 300000,
withCredentials : true
})
diff --git a/src/components/board/BoardComentArea.vue b/src/components/board/BoardComentArea.vue
index 629cb1f..e408ffe 100644
--- a/src/components/board/BoardComentArea.vue
+++ b/src/components/board/BoardComentArea.vue
@@ -11,9 +11,9 @@
-
@@ -22,36 +22,38 @@
+
-
+
\ No newline at end of file
+
diff --git a/src/components/board/BoardContent.vue b/src/components/board/BoardContent.vue
index 839d39b..2b5abbd 100644
--- a/src/components/board/BoardContent.vue
+++ b/src/components/board/BoardContent.vue
@@ -32,7 +32,7 @@
@@ -59,4 +63,4 @@ defineProps({
.min-250 {
min-height: 250px !important;
}
-
\ No newline at end of file
+
diff --git a/src/components/board/BoardProfile.vue b/src/components/board/BoardProfile.vue
index fb0e6bb..c8a90c3 100644
--- a/src/components/board/BoardProfile.vue
+++ b/src/components/board/BoardProfile.vue
@@ -24,74 +24,98 @@
-
-
+
+
-
-
+
\ No newline at end of file
+}
+
diff --git a/src/components/board/BoardRecommendBtn.vue b/src/components/button/BoardRecommendBtn.vue
similarity index 100%
rename from src/components/board/BoardRecommendBtn.vue
rename to src/components/button/BoardRecommendBtn.vue
diff --git a/src/components/button/DeleteBtn.vue b/src/components/button/DeleteBtn.vue
new file mode 100644
index 0000000..0a4748c
--- /dev/null
+++ b/src/components/button/DeleteBtn.vue
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
diff --git a/src/components/button/EditBtn.vue b/src/components/button/EditBtn.vue
new file mode 100644
index 0000000..9987ddb
--- /dev/null
+++ b/src/components/button/EditBtn.vue
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
diff --git a/src/components/button/PlusBtn.vue b/src/components/button/PlusBtn.vue
new file mode 100644
index 0000000..102282c
--- /dev/null
+++ b/src/components/button/PlusBtn.vue
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
diff --git a/src/components/button/WriteBtn.vue b/src/components/button/WriteBtn.vue
new file mode 100644
index 0000000..a9b5ca1
--- /dev/null
+++ b/src/components/button/WriteBtn.vue
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
diff --git a/src/components/calendar/SampleCalendar.vue b/src/components/calendar/SampleCalendar.vue
index f3362f3..b564c98 100644
--- a/src/components/calendar/SampleCalendar.vue
+++ b/src/components/calendar/SampleCalendar.vue
@@ -67,7 +67,7 @@ import dayGridPlugin from '@fullcalendar/daygrid';
import interactionPlugin from '@fullcalendar/interaction';
import CenterModal from '@c/modal/CenterModal.vue';
import { inject, onMounted, reactive, ref } from 'vue';
-import axios from 'axios';
+import axios from '@api';
import { isEmpty } from '@/common/utils';
import FormInput from '../input/FormInput.vue';
import FlatPickr from 'vue-flatpickr-component';
diff --git a/src/components/input/FormInput.vue b/src/components/input/FormInput.vue
index 5987627..12a8e79 100644
--- a/src/components/input/FormInput.vue
+++ b/src/components/input/FormInput.vue
@@ -5,22 +5,26 @@
*
-
-
{{ title }}을 확인해주세요.
+ :placeholder="title"
+ />
+
+ {{ title }}을 확인해주세요.
+
diff --git a/src/components/list/BoardCardList.vue b/src/components/list/BoardCardList.vue
new file mode 100644
index 0000000..6e0b651
--- /dev/null
+++ b/src/components/list/BoardCardList.vue
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
diff --git a/src/layouts/TheMenu.vue b/src/layouts/TheMenu.vue
index f93eb55..44b32a0 100644
--- a/src/layouts/TheMenu.vue
+++ b/src/layouts/TheMenu.vue
@@ -43,6 +43,12 @@
Board
+