tijiao
This commit is contained in:
@@ -1,34 +1,26 @@
|
||||
<template>
|
||||
<view>
|
||||
<view>
|
||||
<view>
|
||||
<text style="font-size: 25px;color: #333;">
|
||||
404 Page Not Found
|
||||
</text>
|
||||
</view>
|
||||
<view>
|
||||
<text style="font-size: 18px;color: #999;">
|
||||
{{errMsg}}
|
||||
</text>
|
||||
</view>
|
||||
<text style="font-size: 25px; color: #333"> 404 Page Not Found </text>
|
||||
</view>
|
||||
<view>
|
||||
<text style="font-size: 18px; color: #999">
|
||||
{{ errMsg }}
|
||||
</text>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
onLoad(query) {
|
||||
this.errMsg = query.errMsg || ''
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
export default {
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
onLoad(query) {
|
||||
this.errMsg = query.errMsg || "";
|
||||
},
|
||||
methods: {},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
<style></style>
|
||||
|
||||
Reference in New Issue
Block a user