From 3cbcba03d53a5f98d0f113b443283e784bd22806 Mon Sep 17 00:00:00 2001 From: wanglei Date: Mon, 3 Nov 2025 12:00:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=90=8D=E7=A7=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/.env.development | 4 ++-- ruoyi-ui/.env.production | 4 ++-- ruoyi-ui/.env.staging | 4 ++-- ruoyi-ui/package.json | 2 +- ruoyi-ui/vue.config.js | 7 +++++-- 5 files changed, 12 insertions(+), 9 deletions(-) diff --git a/ruoyi-ui/.env.development b/ruoyi-ui/.env.development index 195e9b3..69bc024 100644 --- a/ruoyi-ui/.env.development +++ b/ruoyi-ui/.env.development @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 职工考核管理系统 +VUE_APP_TITLE = 综合考核管理系统 # 开发环境配置 ENV = 'development' -# 职工考核管理系统/开发环境 +# 综合考核管理系统/开发环境 VUE_APP_BASE_API = '/dev-api' # 路由懒加载 diff --git a/ruoyi-ui/.env.production b/ruoyi-ui/.env.production index f23c1d8..ce694f6 100644 --- a/ruoyi-ui/.env.production +++ b/ruoyi-ui/.env.production @@ -1,8 +1,8 @@ # 页面标题 -VUE_APP_TITLE = 职工考核管理系统 +VUE_APP_TITLE = 综合考核管理系统 # 生产环境配置 ENV = 'production' -# 职工考核管理系统/生产环境 +# 综合考核管理系统/生产环境 VUE_APP_BASE_API = '/prod-api' diff --git a/ruoyi-ui/.env.staging b/ruoyi-ui/.env.staging index cb6b5f1..217d345 100644 --- a/ruoyi-ui/.env.staging +++ b/ruoyi-ui/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 职工考核管理系统 +VUE_APP_TITLE = 综合考核管理系统 BABEL_ENV = production @@ -8,5 +8,5 @@ NODE_ENV = production # 测试环境配置 ENV = 'staging' -# 职工考核管理系统/测试环境 +# 综合考核管理系统/测试环境 VUE_APP_BASE_API = '/stage-api' diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 1811522..e8a588f 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,7 +1,7 @@ { "name": "ruoyi", "version": "3.9.0", - "description": "职工考核管理系统", + "description": "综合考核管理系统", "author": "若依", "license": "MIT", "scripts": { diff --git a/ruoyi-ui/vue.config.js b/ruoyi-ui/vue.config.js index e9a5d9c..daff87d 100644 --- a/ruoyi-ui/vue.config.js +++ b/ruoyi-ui/vue.config.js @@ -7,9 +7,12 @@ function resolve(dir) { const CompressionPlugin = require('compression-webpack-plugin') -const name = process.env.VUE_APP_TITLE || '若依管理系统' // 网页标题 +const name = process.env.VUE_APP_TITLE || '综合考核管理系统' // 网页标题 -const baseUrl = 'http://localhost:8989' // 后端接口 +// const baseUrl = 'http://localhost:8080' // 后端接口 +// const baseUrl = 'http://172.16.6.7:8989' // 后端接口 +const baseUrl = 'http://172.16.9.9:8989' // 后端接口 内网 +// const baseUrl = 'http://172.16.6.38:8989' // 后端接口 //const baseUrl = 'http://172.16.9.9:8989' // 后端接口 const port = process.env.port || process.env.npm_config_port || 80 // 端口