自主项目,食堂系统,前端uniapp
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

  1. <template>
  2. <view class="lf-row-center lf-flex-column lf-p-t-50">
  3. <view class="lf-text-center">
  4. <view class="lf-font-70" style="color: #e74c3c;">404</view>
  5. <view class="lf-color-555 lf-font-28 lf-m-t-20">页面不存在</view>
  6. </view>
  7. </view>
  8. </template>
  9. <script>
  10. export default {
  11. data(){
  12. return {
  13. }
  14. },
  15. onLoad(){
  16. },
  17. methods: {
  18. }
  19. }
  20. </script>
  21. <style lang="scss" scoped="scoped">
  22. </style>