diff --git a/rabbit-shop/index.md b/rabbit-shop/index.md index 320fc197a9af584b4a65db11df5379e194befbf2..ce9c730ef2a0442d91d7b76f080324c5fdf5c014 100644 --- a/rabbit-shop/index.md +++ b/rabbit-shop/index.md @@ -268,6 +268,8 @@ export const useMemberStore = defineStore( ```ts // src/utils/http.ts +import { useMemberStore } from '@/stores' + // 请求基地址 const baseURL = 'https://pcapi-xiaotuxian-front-devtest.itheima.net'