From 5af9fbfb6e9bc15796e5661b6038e02a35dcd506 Mon Sep 17 00:00:00 2001 From: gzt Date: Fri, 13 Dec 2024 21:09:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E4=B8=8A=E7=9A=84bug=EF=BC=8C=E5=AF=B9?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E4=B8=AD=E9=A1=B5=E9=9D=A2=E5=81=9A=E4=BA=86?= =?UTF-8?q?=E4=B8=80=E4=BA=9B=E9=80=82=E9=85=8D=EF=BC=88=E6=9A=82=E6=9C=AA?= =?UTF-8?q?=E5=AE=8C=E6=88=90=EF=BC=89=EF=BC=9B=E6=B7=BB=E5=8A=A0=E4=BA=86?= =?UTF-8?q?=E6=89=93=E5=8C=85=E9=85=8D=E7=BD=AEbase=E4=B8=BA=E7=9B=B8?= =?UTF-8?q?=E5=AF=B9=E8=B7=AF=E5=BE=84'/'=EF=BC=9B=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=BA=86=E5=85=A8=E5=B1=80=E7=9A=84Axios=E6=8B=A6=E6=88=AA?= =?UTF-8?q?=E5=99=A8=E9=85=8D=E7=BD=AE=EF=BC=8C=E5=9C=A8=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E6=97=B6=E6=8D=95=E6=8D=89=E5=88=B0=E5=B9=B6=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=EF=BC=9B=E5=AF=B9=E9=A6=96=E9=A1=B5=E6=8E=A5=E5=8F=A3=E5=81=9A?= =?UTF-8?q?=E4=BA=86=E5=85=9C=E5=BA=95=E5=A4=84=E7=90=86=EF=BC=9B=E5=AF=B9?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=8E=A5=E5=8F=A3=E5=81=9A=E4=BA=86=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=A0=81=E7=89=B9=E6=AE=8A=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index 9db3645..e03204a 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -6,6 +6,7 @@ import Components from 'unplugin-vue-components/vite' import { ElementPlusResolver } from 'unplugin-vue-components/resolvers' // https://vitejs.dev/config/ export default defineConfig({ + base: './', plugins: [ vue(), AutoImport({