From 858429eefe8ac204f8e55fe20dd4b1ab8f5d5c86 Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Thu, 26 Aug 2021 15:28:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20network=E6=8E=A7=E5=88=B6=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E7=BC=93=E5=AD=98=E7=9A=84=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit network控制本地缓存的使用;删除了projects相关的代码 --- CHANGELOG.md | 1 + src/App.vue | 30 ++++++--- src/components/Title/Title.vue | 13 +--- src/manifest.json | 4 +- src/pages/project/project.vue | 2 +- src/store/index.js | 28 +++++++- src/utils/cache.js | 59 ----------------- src/utils/cacheAndRequest.js | 118 ++++++++++++++------------------- 8 files changed, 101 insertions(+), 154 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e6a64a..5389550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -164,6 +164,7 @@ calendar | 日历细节调整 | 1a8d6bf - | project 代码健壮性完善 | a3202c5 store/home | 删除store/home | db8a3b4 + tailwindcss | tailwindcss CDN引入;移除相关配置文件及包;开启treeShaking | 15485a0 task beginTime | 格式化任务开始时间 | fbc0301 template | eslint prettier sass uview tailwindcss | 9c966a1 tips | 修改任务状态方法重构 | b57d3ac diff --git a/src/App.vue b/src/App.vue index b9e9547..e36ab95 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,11 @@