增加数据缓存,去除部分请求的重复/

This commit is contained in:
2024-12-30 16:31:01 +08:00
parent cbcd1c857c
commit 6fb98974d6
15 changed files with 697 additions and 320 deletions

View File

@@ -34,6 +34,7 @@
</template>
<script>
import {cacheClearAll} from '@/store/cashe.js'
export default {
data() {
return {
@@ -83,6 +84,7 @@
uni.removeStorageSync('zhiFuBao')
uni.removeStorageSync('zhiFuBaoName')
uni.removeStorageSync('isVIP')
cacheClearAll()
uni.showToast({
icon: 'none',
title: '退出登录成功'