1231233
This commit is contained in:
24
.env.yanyu
Normal file
24
.env.yanyu
Normal 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'
|
||||||
|
|
||||||
|
|
||||||
@@ -11,6 +11,7 @@
|
|||||||
"build:leyan": "vue-cli-service build --mode leyan",
|
"build:leyan": "vue-cli-service build --mode leyan",
|
||||||
"build:muyu": "vue-cli-service build --mode muyu",
|
"build:muyu": "vue-cli-service build --mode muyu",
|
||||||
"build:wanyan": "vue-cli-service build --mode wanyan",
|
"build:wanyan": "vue-cli-service build --mode wanyan",
|
||||||
|
"build:yanyu": "vue-cli-service build --mode yanyu",
|
||||||
"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-yanyu.ico
Normal file
BIN
public/favicon-yanyu.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
src/assets/logo/logo-yanyu.png
Normal file
BIN
src/assets/logo/logo-yanyu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
Reference in New Issue
Block a user