From 252b5578ac0944cc8181c2779d23b785031fa8ab Mon Sep 17 00:00:00 2001 From: Burt <1020103647@qq.com> Date: Sat, 23 Dec 2023 11:39:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AF=B7=E6=B1=82=E6=8B=A6=E6=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.cjs | 1 + src/pages/index/index.vue | 10 +++++ src/utils/http.ts | 80 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 91 insertions(+) create mode 100644 src/utils/http.ts diff --git a/.eslintrc.cjs b/.eslintrc.cjs index c50a5ab..76e4702 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -75,5 +75,6 @@ module.exports = { }, globals: { uni: true, + UniApp: true, }, } diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 31c8e74..4c224d1 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -6,6 +6,8 @@ + + Demo Count: {{ countStore.count }} @@ -25,6 +27,7 @@