mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
-- 测试环境发版
This commit is contained in:
2
.env
2
.env
@@ -3,7 +3,7 @@ VUE_APP_BASE=/manage
|
||||
# api项目基础url
|
||||
VUE_APP_BASE_API=/manageApi
|
||||
# 导出url
|
||||
VUE_APP_PROXY_URL=http://111.231.196.214:30001/
|
||||
VUE_APP_PROXY_URL=http://111.231.196.214/manageApi
|
||||
# 登录url
|
||||
VUE_APP_LOGIN_URL=https://u-pre.boe.com/web
|
||||
# boe域名
|
||||
|
||||
2
.env.alpine
Normal file
2
.env.alpine
Normal file
@@ -0,0 +1,2 @@
|
||||
NODE_ENV=alpine
|
||||
VUE_APP_OUTPUT_DIR=./docker/dist
|
||||
@@ -1,6 +1,2 @@
|
||||
NODE_ENV=test
|
||||
VUE_APP_BASE=/manage
|
||||
VUE_APP_BASE_API=/manageApi
|
||||
VUE_APP_OUTPUT_DIR=./docker/dist
|
||||
|
||||
VUE_APP_BOE_API_URL=https://u-pre.boe.com
|
||||
@@ -8,7 +8,8 @@
|
||||
"build:boe": "vue-cli-service build --mode boe",
|
||||
"build:release": "vue-cli-service build --mode release",
|
||||
"build:prod": "vue-cli-service build --mode prod",
|
||||
"build:test": "vue-cli-service build --mode test"
|
||||
"build:test": "vue-cli-service build --mode test",
|
||||
"build:alpine": "vue-cli-service build --mode alpine"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wangeditor/editor": "^5.1.23",
|
||||
|
||||
Reference in New Issue
Block a user