From c064617c164aecf19064d2de42d0ccbe3c27f6f5 Mon Sep 17 00:00:00 2001 From: h_mo <596417202@qq.com> Date: Fri, 31 Mar 2023 09:46:29 +0800 Subject: [PATCH] style: manifest.json --- src/manifest.json | 2 +- src/utils/http/index.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index e12cb82..62962bc 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -74,7 +74,7 @@ "subPackages" : true }, "lazyCodeLoading" : "requiredComponents", - "style": "v2" + "style" : "v2" }, "mp-alipay" : { "usingComponents" : true, diff --git a/src/utils/http/index.ts b/src/utils/http/index.ts index ecee418..097c8d3 100644 --- a/src/utils/http/index.ts +++ b/src/utils/http/index.ts @@ -16,7 +16,6 @@ const HEADER = { Accept: 'application/json, text/plain, */*', }; -// @ts-ignore /** * alova 请求实例 * @link https://github.com/alovajs/alova