404.vue 267 B

12345678
  1. <template>
  2. <!-- 缺省页 -->
  3. <shopro-empty :image="$IMG_URL + '/imgs/empty/template_empty.png'" tipText="404,页面走丢了~" btnText="去首页逛逛" @click="$Router.pushTab('/pages/index/index')"></shopro-empty>
  4. </template>
  5. <script></script>
  6. <style></style>