|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="headerContainer">
|
|
|
<div class="header center-row">
|
|
|
- <img src="http://ttkt.sxedu.org:70/upload/setting/0/0.png?_=1557194799800" />
|
|
|
+ <img src="../../assets/image/1.png" />
|
|
|
<ul>
|
|
|
<li :class="this.$route.path == '/main/index' || activeIndex == 0 ? 'li-active':''" @click="handleMenuClick(0,'index')">首页</li>
|
|
|
<li :class="this.$route.path == '/main/notice' || activeIndex == 1? 'li-active':''" @click="handleMenuClick(1,'notice')">通知公告</li>
|