12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <template>
- <view class="main">
- <view class="text">
- 1.第一步:打开手机设置,找到应用管理(以华为手机为例)
- </view>
- <img src="http://xoa.zzots.cn//files/20240807/0bae48ea8eb547a3a99878360dca02f4.png" alt="">
- <view class="text">
- 2.第二步:找到中泽OA应用
- </view>
- <img src="http://xoa.zzots.cn//files/20240807/9a72eb3356364ed8ae1b9f85c0a57807.png" alt="">
- <view class="text">
- 1.第三步:点击中泽OA,找到"权限"管理
- </view>
- <img src="http://xoa.zzots.cn//files/20240807/1a434c8f11114bcdaeb0c68d17a35848.png" alt="">
- <view class="text">
- 1.第四步:点击权限,找到"存储管理打开完成"
- </view>
- <img src="http://xoa.zzots.cn//files/20240807/92c35166950d4fd79c3b26f1fb550097.png" alt="">
- <view style="height: 150px;">
- </view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- }
- },
- methods: {
- }
- }
- </script>
- <style lang="less" scoped>
- .main {
- text-align: center;
- }
- .text {
- text-align: left;
- padding: 30rpx;
- border-bottom: 1px solid #D9D9D9;
- }
- img {
- margin: 0 auto;
- }
- </style>
|