From d15ab6bb6669a63dac6314453149b33cafd22c95 Mon Sep 17 00:00:00 2001 From: xuminyui <576362016@qq.com> Date: Thu, 17 Oct 2024 19:54:21 +0800 Subject: [PATCH] fix --- utils/service/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/service/index.js b/utils/service/index.js index 1e5190f..cbc964c 100644 --- a/utils/service/index.js +++ b/utils/service/index.js @@ -2,6 +2,7 @@ import Request from "./request/index.js"; import useToast from "@/hooks/toast/useToast.js"; import { OAorMc } from "../index.js"; const { showMessage } = useToast(); +console.log(window?.plus?.storage.getItem("token")); const request = new Request({ baseURL: OAorMc() === "MC"