This commit is contained in:
777
2025-07-23 00:24:34 +08:00
parent cb5fcd8ccd
commit 40df03349b
10 changed files with 32 additions and 6 deletions

View File

@@ -22,4 +22,4 @@ VUE_APP_XXL_JOB_ADMIN = 'http://localhost:9100/xxl-job-admin'
# 路由懒加载 # 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true VUE_CLI_BABEL_TRANSPILE_MODULES = true
VUE_APP_LOGO_PRE = 'zhiyu' VUE_APP_LOGO_PRE = 'leyan'

24
.env.leyan Normal file
View File

@@ -0,0 +1,24 @@
# 页面标题
# 生产环境配置
NODE_ENV = 'production'
BABEL_ENV = 'production'
ENV = 'leyan'
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
# 应用访问路径 例如使用前缀 /admin/
VUE_APP_CONTEXT_PATH = '/'
# 监控地址
VUE_APP_MONITRO_ADMIN = '/admin/applications'
# xxl-job 控制台地址
VUE_APP_XXL_JOB_ADMIN = '/xxl-job-admin'
# 花荷
VUE_APP_SYSTEM_HOME = '乐妍'
VUE_APP_TITLE = 乐妍后台管理系统
VUE_APP_LOGO_PRE = 'leyan'

View File

@@ -3,7 +3,7 @@
# 生产环境配置 # 生产环境配置
NODE_ENV = 'production' NODE_ENV = 'production'
BABEL_ENV = 'production' BABEL_ENV = 'production'
ENV = 'zhiyu' ENV = 'muyu'
# 若依管理系统/生产环境 # 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api' VUE_APP_BASE_API = '/prod-api'
@@ -16,8 +16,9 @@ VUE_APP_MONITRO_ADMIN = '/admin/applications'
# xxl-job 控制台地址 # xxl-job 控制台地址
VUE_APP_XXL_JOB_ADMIN = '/xxl-job-admin' VUE_APP_XXL_JOB_ADMIN = '/xxl-job-admin'
VUE_APP_SYSTEM_HOME = '知予' # 花荷
VUE_APP_TITLE = 知予后台管理系统 VUE_APP_SYSTEM_HOME = '沐雨'
VUE_APP_LOGO_PRE = 'zhiyu' VUE_APP_TITLE = 沐雨后台管理系统
VUE_APP_LOGO_PRE = 'muyu'

View File

@@ -8,7 +8,8 @@
"dev": "vue-cli-service serve", "dev": "vue-cli-service serve",
"build:prod": "vue-cli-service build", "build:prod": "vue-cli-service build",
"build:yuan": "vue-cli-service build --mode yuan", "build:yuan": "vue-cli-service build --mode yuan",
"build:zhiyu": "vue-cli-service build --mode zhiyu", "build:leyan": "vue-cli-service build --mode leyan",
"build:muyu": "vue-cli-service build --mode muyu",
"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",
"lint": "eslint --ext .js,.vue src" "lint": "eslint --ext .js,.vue src"

BIN
public/favicon-leyan.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
public/favicon-muyu.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB