This commit is contained in:
777
2025-06-10 11:08:07 +08:00
parent f6919001e5
commit 080c878833
6 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
# 生产环境配置 # 生产环境配置
NODE_ENV = 'production' NODE_ENV = 'production'
BABEL_ENV = 'production' BABEL_ENV = 'production'
ENV = 'huahe' ENV = 'yuan'
# 若依管理系统/生产环境 # 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api' VUE_APP_BASE_API = '/prod-api'
@@ -17,8 +17,8 @@ VUE_APP_MONITRO_ADMIN = '/admin/applications'
VUE_APP_XXL_JOB_ADMIN = '/xxl-job-admin' VUE_APP_XXL_JOB_ADMIN = '/xxl-job-admin'
# 花荷 # 花荷
VUE_APP_SYSTEM_HOME = '花荷' VUE_APP_SYSTEM_HOME = '予安'
VUE_APP_TITLE = 花荷后台管理系统 VUE_APP_TITLE = 予安后台管理系统
VUE_APP_LOGO_PRE = 'huahe' VUE_APP_LOGO_PRE = 'yuan'

View File

@@ -7,7 +7,7 @@
"scripts": { "scripts": {
"dev": "vue-cli-service serve", "dev": "vue-cli-service serve",
"build:prod": "vue-cli-service build", "build:prod": "vue-cli-service build",
"build:huahe": "vue-cli-service build --mode huahe", "build:yuan": "vue-cli-service build --mode yuan",
"build:zhiyu": "vue-cli-service build --mode zhiyu", "build:zhiyu": "vue-cli-service build --mode zhiyu",
"build:wanyan": "vue-cli-service build --mode wanyan", "build:wanyan": "vue-cli-service build --mode wanyan",
"preview": "node build/index.js --preview", "preview": "node build/index.js --preview",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

BIN
public/favicon-yuan.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB