From 2440420e63f0fcd69a9843dba1bf60b332a5b2c1 Mon Sep 17 00:00:00 2001 From: insistence <3055204202@qq.com> Date: Wed, 24 Jan 2024 22:21:49 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-fastapi-frontend/.env.development | 2 +- ruoyi-fastapi-frontend/.env.production | 2 +- ruoyi-fastapi-frontend/package.json | 10 +++++----- ruoyi-fastapi-frontend/vite.config.js | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ruoyi-fastapi-frontend/.env.development b/ruoyi-fastapi-frontend/.env.development index af9ba00..bdde46f 100644 --- a/ruoyi-fastapi-frontend/.env.development +++ b/ruoyi-fastapi-frontend/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = vfadmin管理系统 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/ruoyi-fastapi-frontend/.env.production b/ruoyi-fastapi-frontend/.env.production index cbabf89..4a47787 100644 --- a/ruoyi-fastapi-frontend/.env.production +++ b/ruoyi-fastapi-frontend/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = vfadmin管理系统 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/ruoyi-fastapi-frontend/package.json b/ruoyi-fastapi-frontend/package.json index a111f9c..1cd246c 100644 --- a/ruoyi-fastapi-frontend/package.json +++ b/ruoyi-fastapi-frontend/package.json @@ -1,8 +1,8 @@ { - "name": "ruoyi", - "version": "3.8.7", - "description": "若依管理系统", - "author": "若依", + "name": "vfadmin", + "version": "1.0.0", + "description": "vfadmin管理系统", + "author": "insistence", "license": "MIT", "type": "module", "scripts": { @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "https://gitee.com/y_project/RuoYi-Vue.git" + "url": "https://gitee.com/insistence2022/RuoYi-Vue3-FastAPI.git" }, "dependencies": { "@element-plus/icons-vue": "2.3.1", diff --git a/ruoyi-fastapi-frontend/vite.config.js b/ruoyi-fastapi-frontend/vite.config.js index 2b6f847..e1e8f83 100644 --- a/ruoyi-fastapi-frontend/vite.config.js +++ b/ruoyi-fastapi-frontend/vite.config.js @@ -31,7 +31,7 @@ export default defineConfig(({ mode, command }) => { proxy: { // https://cn.vitejs.dev/config/#server-proxy '/dev-api': { - target: 'http://localhost:8080', + target: 'http://localhost:9099', changeOrigin: true, rewrite: (p) => p.replace(/^\/dev-api/, '') }