图片位置调整

Former-commit-id: 28abbe6f959014026add5521951c2fbd845fac5c [formerly 5a546c68976982e69069816b72865f9152ef353c] [formerly 28abbe6f959014026add5521951c2fbd845fac5c [formerly 5a546c68976982e69069816b72865f9152ef353c] [formerly 28abbe6f959014026add5521951c2fbd845fac5c [formerly 5a546c68976982e69069816b72865f9152ef353c] [formerly 5a546c68976982e69069816b72865f9152ef353c [formerly 57e95a499e9fbcfa48de389ce7e61195bcc2c91e [formerly c4745e1d9e339ec1c7f2e232415f80b04012c4e3]]]]]
Former-commit-id: 2e0eac9d21d536c935d98c9c59b585d965604d68
Former-commit-id: 7638629c051c2f3a0eafd88208f1b9ecc0fd6625
Former-commit-id: ccd84e8f1be91a12843c88f1650ec8c59ca91477 [formerly 497072c20cf9799ed501749914bb0e91cfa58626]
Former-commit-id: 0843e99b5e859a9451c65a94296bfc0a70eac4d3
Former-commit-id: 0458e87386c75266f1b36b59fcf45945c728e9dc
Former-commit-id: e193f96d9e62d06e210ebdd0383d61286e3f3a8d
Former-commit-id: bed82ee768ba0385ecbcb9fdbe070e553db26bd2
Former-commit-id: cbe943b9b99de640a1e02d22f3975b06bf7f9b00
This commit is contained in:
liyang
2018-07-17 15:01:08 +08:00
parent 54b49b5c8b
commit 85e5870e86
4 changed files with 1 additions and 24 deletions

View File

@@ -1,5 +0,0 @@
<template>
<div class="about">
<h1>This is an about page</h1>
</div>
</template>

View File

@@ -1,18 +0,0 @@
<template>
<div class="home">
<img src="../assets/logo.png">
<HelloWorld msg="Welcome to Your Vue.js App"/>
</div>
</template>
<script>
// @ is an alias to /src
import HelloWorld from '@/components/HelloWorld.vue'
export default {
name: 'home',
components: {
HelloWorld
}
}
</script>

View File

@@ -1,6 +1,6 @@
<template>
<div class="page-404">
<img :src="`${$baseUrl}image/page/404/cover@2x.png`">
<img src="./image/cover@2x.png">
<el-button class="d2-mt" @click="$router.replace({ path: '/' })">
返回首页
</el-button>