1231233
This commit is contained in:
23
.env.wanyan
Normal file
23
.env.wanyan
Normal 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'
|
||||||
|
|
||||||
|
|
||||||
@@ -9,6 +9,7 @@
|
|||||||
"build:prod": "vue-cli-service build",
|
"build:prod": "vue-cli-service build",
|
||||||
"build:huahe": "vue-cli-service build --mode huahe",
|
"build:huahe": "vue-cli-service build --mode huahe",
|
||||||
"build:zhiyu": "vue-cli-service build --mode zhiyu",
|
"build:zhiyu": "vue-cli-service build --mode zhiyu",
|
||||||
|
"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-wanyan.ico
Normal file
BIN
public/favicon-wanyan.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
BIN
src/assets/logo/logo-wanyan.png
Normal file
BIN
src/assets/logo/logo-wanyan.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 49 KiB |
Reference in New Issue
Block a user