@ -1,5 +1,5 @@
# 页面标题
VITE_APP_TITLE = 若依管理系统
VITE_APP_TITLE = vfadmin管理系统
# 开发环境配置
VITE_APP_ENV = 'development'
# 生产环境配置
VITE_APP_ENV = 'production'
@ -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",
@ -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/, '')
}