yjryu / KERIS star
류윤주 류윤주 2023-11-01
231101 류윤주 메뉴 커밋
@ae50a78722418e5b50d19f0e0cdc81f1da259e40
client/views/layout/Header.vue
--- client/views/layout/Header.vue
+++ client/views/layout/Header.vue
@@ -4,9 +4,6 @@
             <div class="name">
                 <p>테이큰소프트 <span>님</span></p>
             </div>
-            <div class="mypage">
-                <router-link to="/Info.page"><button id="input">마이페이지</button></router-link>
-            </div>
             <div class="login">
                 <i class="fa-solid fa-user fa-lg" style="color: #ffffff;"></i>
                 <router-link to="/Login.page"><button id="input">로그인</button></router-link>
 
client/views/layout/Menu copy.vue (deleted)
--- client/views/layout/Menu copy.vue
@@ -1,284 +0,0 @@
-<template>
-    <div class="w1400 header-wrap">
-        <div class="logo">
-            <router-link to="/"><span>AI 디지털교과서 통합지원센터</span></router-link>
-        </div>
-        <header>
-            <nav>
-                <ul class="clearfix">
-                    <li @mouseenter="toggleSubMenu" @mouseleave="toggleSubMenu">통합지원센터 소개
-                        <ul v-if="showSubMenu">
-                            <li>통합지원센터란?</li>
-                            <li>협력 기업</li>
-                        </ul>
-                    </li>
-                    <!-- Add more menu items here -->
-                </ul>
-                <ul class="clearfix">
-                    <li @mouseenter="expandHeader" @mouseleave="collapseHeader">자료실
-                        <ul>
-                            <li>기술문서</li>
-                            <li>자료집</li>
-                        </ul>
-                    </li>
-                    <!-- Add more menu items here -->
-                </ul>
-                <ul class="clearfix">
-                    <li @mouseenter="expandHeader" @mouseleave="collapseHeader">내트워킹
-                        <ul>
-                            <li>기업 홍보관</li>
-                        </ul>
-                    </li>
-                    <!-- Add more menu items here -->
-                </ul>
-                <ul class="clearfix">
-                    <li @mouseenter="expandHeader" @mouseleave="collapseHeader">커뮤니티
-                        <ul>
-                            <li>공지사항</li>
-                            <li>홍보/뉴스</li>
-                        </ul>
-                    </li>
-                    <!-- Add more menu items here -->
-                </ul>
-                <ul class="clearfix">
-                    <li @mouseenter="expandHeader" @mouseleave="collapseHeader">마이페이지
-                        <ul>
-                            <li>내 정보 수정</li>
-                            <li>매칭 관리</li>
-                        </ul>
-                    </li>
-                    <!-- Add more menu items here -->
-                </ul>
-            </nav>
-        </header>
-    </div>
-</template>
-
-<script>
-export default {
-    data() {
-        return {
-            showSubMenu: false,
-        }
-    },
-    methods: {
-        toggleSubMenu() {
-            this.showSubMenu = !this.showSubMenu;
-        },
-    },
-    watch: {
-
-    },
-    computed: {
-
-    },
-    mounted() {
-        console.log('Menu mounted');
-    }
-}
-</script>
-
-<style scoped>
-.sub-menu {
-    width: 100%;
-}
-
-header {
-    display: flex
-}
-
-
-/*  폰트 적용 */
-@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
-
-html {
-    font-family: "Noto Sans KR", sans-serif;
-}
-
-/* 노말라이즈 */
-body,
-ul,
-li,
-h1 {
-    margin: 0;
-    padding: 0;
-    list-style: none;
-}
-
-a {
-    color: inherit;
-    text-decoration: none;
-}
-
-/* 라이브러리 */
-.con {
-    margin: 0 auto;
-}
-
-.img-box>img {
-    width: 100%;
-    display: block;
-}
-
-.row::after {
-    content: "";
-    display: block;
-    clear: both;
-}
-
-.cell {
-    float: left;
-    box-sizing: border-box;
-}
-
-.cell-right {
-    float: right;
-    box-sizing: border-box;
-}
-
-.margin-0-auto {
-    margin: 0 auto;
-}
-
-.block {
-    display: block;
-}
-
-.inline-block {
-    display: inline-block;
-}
-
-.text-align-center {
-    text-align: center;
-}
-
-.line-height-0-ch-only {
-    line-height: 0;
-}
-
-.line-height-0-ch-only>* {
-    line-height: normal;
-}
-
-.relative {
-    position: relative;
-}
-
-.absolute-left {
-    position: absolute;
-    left: 0;
-}
-
-.absolute-right {
-    position: absolute;
-    right: 0;
-}
-
-.absolute-middle {
-    position: absolute;
-    top: 50%;
-    transform: translateY(-50%);
-}
-
-.width-100p {
-    width: 100%;
-}
-
-.table {
-    display: table;
-}
-
-.table-cell {
-    display: table-cell;
-}
-
-.vertical-align-top {
-    vertical-align: top;
-}
-
-.vertical-align-middle {
-    vertical-align: middle;
-}
-
-.vertical-align-bottom {
-    vertical-align: bottom;
-}
-
-/* 커스텀 */
-
-.con {
-    width: 1180px;
-}
-
-.con-min-width {
-    min-width: 1180px;
-}
-
-/* 반응형 레이아웃 */
-/*
-.con {
-    max-width:1150px;
-}
-
-.con-min-width {
-    min-width:320px;
-}
-
-html, body {
-    overflow-x:hidden;
-}
-*/
-
-body {
-    background: rgb(255, 255, 255);
-}
-
-header {
-
-    /* border: 1px solid red; */
-    /* background: -webkit-linear-gradient(rgb(255, 255, 255) 50px, rgb(255, 255, 255) 50px); */
-    transition: 0.3s ease-in;
-    height: 50px;
-    /* overflow: hidden; */
-}
-
-
-nav {
-    width: 960px;
-    margin: 0 auto;
-    display: flex;
-    justify-content: flex-end;
-}
-
-nav>ul>li {
-    display: inline-block;
-    /* float: lef/t;  */
-    right: 0;
-
-    line-height: 50px;
-    margin-left: 40px;
-    font-size: 1.4rem;
-    /* position: relative; */
-    font-family: "Pretendard-Regular";
-
-}
-
-nav>ul>li ul {
-    width: 100%;
-    opacity: 0;
-    position: absolute;
-    transition: 0.3s 0.2s;
-}
-
-nav>ul>li ul li {
-    white-space: nowrap;
-}
-
-nav>ul>li:hover ul {
-    opacity: 1;
-    transition: 0.3s 0.2s;
-    z-index: 1;
-    background-color: white;
-
-}
-</style>(No newline at end of file)
client/views/layout/Menu.vue
--- client/views/layout/Menu.vue
+++ client/views/layout/Menu.vue
@@ -55,14 +55,6 @@
             isOpened: false,
             menuItems: [
                 {
-                    text: "통합지원센터 소개",
-                    link: "/Introduction.page",
-                    subMenu: [
-                        { text: "통합지원센터란?", link: "/Introduction.page" },
-                        { text: "협력 기업", link: "" }
-                    ]
-                },
-                {
                     text: "자료실",
                     link: "/Technology.page",
                     isHovered: false,
@@ -87,18 +79,26 @@
                     subMenu: [
                         { text: "공지사항", link: "/Notice.page" },
                         { text: "홍보/뉴스", link: "/News.page" },
-                        { text: "WG 커뮤니티", link: "" }
+                        { text: "전문가 협의체", link: "" }
                     ]
                 },
-                // {
-                //     text: "마이페이지",
-                //     link: "/Info.page",
-                //     isHovered: false,
-                //     subMenu: [
-                //         { text: "내 정보 수정", link: "/Info.page" },
-                //         { text: "매칭 관리", link: "" }
-                //     ]
-                // }
+                {
+                    text: "통합지원센터 소개",
+                    link: "/Introduction.page",
+                    subMenu: [
+                        { text: "통합지원센터란?", link: "/Introduction.page" },
+                        // { text: "협력 기업", link: "" }
+                    ]
+                },
+                {
+                    text: "마이페이지",
+                    link: "/Info.page",
+                    isHovered: false,
+                    subMenu: [
+                        { text: "내 정보 수정", link: "/Info.page" },
+                        { text: "매칭 관리", link: "" }
+                    ]
+                }
             ]
         };
     },
 
client/views/layout/Menusub.vue (deleted)
--- client/views/layout/Menusub.vue
@@ -1,44 +0,0 @@
-<template>
-    <div class="w1400 header-sub-wrap">
-        <div>
-            <div class="sub-sub-menu">
-                <ul>
-                    <li><router-link to="/"> <span>통합지원센터 소개</span></router-link></li>
-                    <li><router-link to="/"> <span>자료실</span></router-link></li>
-                    <li><router-link to="/"> <span>네트워킹</span></router-link></li>
-                    <li><router-link to="/"> <span>커뮤니티</span></router-link></li>
-                    <li><router-link to="/main2"> <span>마이페이지</span></router-link></li>
-                </ul>
-            </div>
-
-        </div>
-
-    </div>
-</template>
- 
-<script>
-export default {
-    data() {
-        return {
-        }
-    },
-    methods: {
-
-    },
-    watch: {
-
-    },
-    computed: {
-
-    },
-    mounted() {
-        console.log('Menu mounted');
-    }
-}
-</script>
-
-<style scoped>
-.sub-menu {
-    width: 100%;
-}
-</style>(No newline at end of file)
Add a comment
List