From f25dfa234a15d2630551986079361a2673c6b68e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Sun, 10 Jul 2022 17:41:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=BC=94=E7=A4=BA=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- index.html | 10 ++++++ package.json | 3 +- src/views/index.vue | 83 ++++++++++++++++++++++++++++++++++++++++++++- 4 files changed, 95 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index 069cc48..9fd6051 100644 --- a/.env.production +++ b/.env.production @@ -6,7 +6,7 @@ ENV = 'production' VITE_APP_BASE_API = '/prod-api' # 路由前缀 -VITE_APP_ROUTER_PREFIX = '/' +VITE_APP_ROUTER_PREFIX = '/vue3/' # 默认上传地址 VITE_APP_UPLOAD_URL = '/Common/UploadFile' diff --git a/index.html b/index.html index 2f874e4..8f7a6b9 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,16 @@ ZRAdmin.NET管理系统 + +