authority.vue 435 B

123456789101112131415161718192021222324252627282930313233343536
  1. <template>
  2. <view style="text-align:center; padding-top:100rpx">
  3. <image src="../../static/chart3-2.png" style="width:100rpx;height:100rpx"></image>
  4. <br>
  5. <br>
  6. <view>该用户权限尚未开通,请联系管理员!</view>
  7. </view>
  8. </template>
  9. <script>
  10. export default {
  11. data() {
  12. return {
  13. }
  14. },
  15. computed: {
  16. },
  17. methods: {
  18. }
  19. }
  20. </script>
  21. <style>
  22. </style>