You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
434 B
28 lines
434 B
<template>
|
|
<view class="lf-row-center lf-flex-column lf-p-t-50">
|
|
<view class="lf-text-center">
|
|
<view class="lf-font-70" style="color: #e74c3c;">404</view>
|
|
<view class="lf-color-555 lf-font-28 lf-m-t-20">页面不存在</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data(){
|
|
return {
|
|
|
|
}
|
|
},
|
|
onLoad(){
|
|
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss" scoped="scoped">
|
|
|
|
</style>
|