This commit is contained in:
pplokijuhyg 2019-12-25 11:21:01 +08:00
parent f67814f8b9
commit c8b19546b7
2 changed files with 1 additions and 2 deletions

View File

@ -127,7 +127,7 @@ localStorage.setItem('token', res.data.data)
} }
.shuru { .shuru {
width: 75%; width: 75%;
height: 74px; height: 64px;
color: #333333; color: #333333;
font-size: 28px; font-size: 28px;
margin: auto 0; margin: auto 0;

View File

@ -19,7 +19,6 @@ import ArticleDetail from "./articledetail.vue"
import detaillurl from "./detaillurl" import detaillurl from "./detaillurl"
Vue.use(Router) Vue.use(Router)
const router=new Router({ const router=new Router({
mode:'history',
routes: [ routes: [
{ {
path: '/articledetail', path: '/articledetail',