12345678910111213141516171819202122232425262728293031323334353637383940 |
- <template>
- <view style="text-align:center; padding-top:100rpx">
- <image src="../../static/chart3-2.png" style="width:100rpx;height:100rpx"></image>
- <br>
- <br>
- <view>该用户权限尚未开通,请联系管理员!</view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
-
- }
- },
-
- mounted(){
- document.querySelector('.uni-page-head-hd').style.display = 'none'
- },
-
- computed: {
-
- },
- methods: {
-
- }
- }
- </script>
- <style>
-
- </style>
|