feat: 修改标题

This commit is contained in:
砂糖
2025-09-19 16:00:14 +08:00
parent 6561eaf933
commit bf6987a630
5 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
# 页面标题
VITE_APP_TITLE = 创高家具销售系统
VITE_APP_TITLE = 创高综合办公系统
# 开发环境配置
VITE_APP_ENV = 'development'
# 创高家具销售系统/开发环境
# 创高综合办公系统/开发环境
VITE_APP_BASE_API = '/dev-api'

View File

@@ -1,10 +1,10 @@
# 页面标题
VITE_APP_TITLE = 创高家具销售系统
VITE_APP_TITLE = 创高综合办公系统
# 生产环境配置
VITE_APP_ENV = 'production'
# 创高家具销售系统/生产环境
# 创高综合办公系统/生产环境
VITE_APP_BASE_API = '/prod-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli

View File

@@ -1,10 +1,10 @@
# 页面标题
VITE_APP_TITLE = 创高家具销售系统
VITE_APP_TITLE = 创高综合办公系统
# 生产环境配置
VITE_APP_ENV = 'staging'
# 创高家具销售系统/生产环境
# 创高综合办公系统/生产环境
VITE_APP_BASE_API = '/stage-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli

View File

@@ -7,7 +7,7 @@
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="/favicon.png">
<title>创高家具销售系统</title>
<title>创高综合办公系统</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>
html,

View File

@@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.9.0",
"description": "创高家具销售系统",
"description": "创高综合办公系统",
"author": "若依",
"license": "MIT",
"type": "module",