This commit is contained in:
777
2025-04-25 11:22:49 +08:00
parent e77b2654e0
commit 4e51536b0e
4 changed files with 24 additions and 0 deletions

23
.env.wanyan Normal file
View File

@@ -0,0 +1,23 @@
# 页面标题
# 生产环境配置
NODE_ENV = 'production'
BABEL_ENV = 'production'
ENV = 'wanyan'
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 = 'wanyan'

View File

@@ -9,6 +9,7 @@
"build:prod": "vue-cli-service build",
"build:huahe": "vue-cli-service build --mode huahe",
"build:zhiyu": "vue-cli-service build --mode zhiyu",
"build:wanyan": "vue-cli-service build --mode wanyan",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src"
},

BIN
public/favicon-wanyan.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB