authority.vue 321 B

12345678910111213
  1. <template>
  2. <view style="text-align: center; padding-top: 100rpx">
  3. <image src="@/static/images/index/chart3-2.png" style="width: 100rpx; height: 100rpx"></image>
  4. <br />
  5. <br />
  6. <view>该用户权限尚未开通,请联系管理员!</view>
  7. </view>
  8. </template>
  9. <script setup>
  10. </script>
  11. <style></style>