系统名称修改

main
wanglei 2 months ago
parent 48bcf71d40
commit 3cbcba03d5

@ -1,10 +1,10 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 职工考核管理系统 VUE_APP_TITLE = 综合考核管理系统
# 开发环境配置 # 开发环境配置
ENV = 'development' ENV = 'development'
# 职工考核管理系统/开发环境 # 综合考核管理系统/开发环境
VUE_APP_BASE_API = '/dev-api' VUE_APP_BASE_API = '/dev-api'
# 路由懒加载 # 路由懒加载

@ -1,8 +1,8 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 职工考核管理系统 VUE_APP_TITLE = 综合考核管理系统
# 生产环境配置 # 生产环境配置
ENV = 'production' ENV = 'production'
# 职工考核管理系统/生产环境 # 综合考核管理系统/生产环境
VUE_APP_BASE_API = '/prod-api' VUE_APP_BASE_API = '/prod-api'

@ -1,5 +1,5 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 职工考核管理系统 VUE_APP_TITLE = 综合考核管理系统
BABEL_ENV = production BABEL_ENV = production
@ -8,5 +8,5 @@ NODE_ENV = production
# 测试环境配置 # 测试环境配置
ENV = 'staging' ENV = 'staging'
# 职工考核管理系统/测试环境 # 综合考核管理系统/测试环境
VUE_APP_BASE_API = '/stage-api' VUE_APP_BASE_API = '/stage-api'

@ -1,7 +1,7 @@
{ {
"name": "ruoyi", "name": "ruoyi",
"version": "3.9.0", "version": "3.9.0",
"description": "职工考核管理系统", "description": "综合考核管理系统",
"author": "若依", "author": "若依",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {

@ -7,9 +7,12 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin') 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 baseUrl = 'http://172.16.9.9:8989' // 后端接口
const port = process.env.port || process.env.npm_config_port || 80 // 端口 const port = process.env.port || process.env.npm_config_port || 80 // 端口

Loading…
Cancel
Save