fix: 앞선 refactor에서 경로 문제 수정
This commit is contained in:
@@ -108,11 +108,11 @@ input::-webkit-input-placeholder {
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom center;
|
||||
margin-top: 5px;
|
||||
background-image: url('../oauth_kakao/kakao_login_join.png');
|
||||
background-image: url('/oauth_kakao/kakao_login_join.png');
|
||||
}
|
||||
|
||||
#btn_kakao_login:hover {
|
||||
background-image: url('../oauth_kakao/kakao_login_join_ov.png');
|
||||
background-image: url('/oauth_kakao/kakao_login_join_ov.png');
|
||||
}
|
||||
|
||||
#bottom_box .container {
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { BoardArticleItem } from "@/Board.vue";
|
||||
import BoardComment from "@/BoardComment.vue";
|
||||
import BoardComment from "@/components/BoardComment.vue";
|
||||
import { defineComponent, PropType } from "vue";
|
||||
import axios from "axios";
|
||||
import { convertFormData } from "@util/convertFormData";
|
||||
|
||||
@@ -10,6 +10,7 @@ import { InvalidResponse } from '@/defs';
|
||||
import { delay } from '@util/delay';
|
||||
import '@/gateway/common';
|
||||
|
||||
import '@scss/gateway/login.scss';
|
||||
|
||||
type LoginResponse = {
|
||||
result: true,
|
||||
|
||||
Reference in New Issue
Block a user