From ae009e7ff43ed29414a11669a12783d60396c825 Mon Sep 17 00:00:00 2001 From: chansee97 Date: Sun, 24 Mar 2024 18:03:57 +0800 Subject: [PATCH] feat: --- build/proxy.ts | 2 +- src/layouts/components/tab/TabBar.vue | 28 ++++++++++++++++++++++++++- src/service/api/test.ts | 2 +- src/service/http/index.ts | 6 +----- src/store/tab.ts | 3 +++ src/typings/service.d.ts | 2 +- 6 files changed, 34 insertions(+), 9 deletions(-) diff --git a/build/proxy.ts b/build/proxy.ts index d11829d..669731d 100644 --- a/build/proxy.ts +++ b/build/proxy.ts @@ -3,7 +3,7 @@ import type { ProxyOptions } from 'vite' /** 不同请求服务的环境配置 */ export const proxyConfig: Record = { dev: { - url: 'http://localhost:3000', + url: 'https://mock.apifox.com/m1/4071143-0-default', urlPattern: '/url-pattern', }, test: { diff --git a/src/layouts/components/tab/TabBar.vue b/src/layouts/components/tab/TabBar.vue index 3cb5d85..8d1f885 100644 --- a/src/layouts/components/tab/TabBar.vue +++ b/src/layouts/components/tab/TabBar.vue @@ -1,7 +1,8 @@