Browse Source

chore: 修改应用信息

master
insistence 1 year ago
parent
commit
2440420e63
  1. 2
      ruoyi-fastapi-frontend/.env.development
  2. 2
      ruoyi-fastapi-frontend/.env.production
  3. 10
      ruoyi-fastapi-frontend/package.json
  4. 2
      ruoyi-fastapi-frontend/vite.config.js

2
ruoyi-fastapi-frontend/.env.development

@ -1,5 +1,5 @@
# 页面标题
VITE_APP_TITLE = 若依管理系统
VITE_APP_TITLE = vfadmin管理系统
# 开发环境配置
VITE_APP_ENV = 'development'

2
ruoyi-fastapi-frontend/.env.production

@ -1,5 +1,5 @@
# 页面标题
VITE_APP_TITLE = 若依管理系统
VITE_APP_TITLE = vfadmin管理系统
# 生产环境配置
VITE_APP_ENV = 'production'

10
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",

2
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/, '')
}

Loading…
Cancel
Save