This commit is contained in:
777
2025-09-25 14:17:05 +08:00
parent 28d6347eae
commit ef146455cd
4 changed files with 25 additions and 0 deletions

24
.env.yanyu Normal file
View File

@@ -0,0 +1,24 @@
# 页面标题
# 生产环境配置
NODE_ENV = 'production'
BABEL_ENV = 'production'
ENV = 'yanyu'
# 若依管理系统/生产环境
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 = 'yanyu'

View File

@@ -11,6 +11,7 @@
"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:yanyu": "vue-cli-service build --mode yanyu",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src"
},

BIN
public/favicon-yanyu.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB