Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchen2k committed Dec 1, 2023
1 parent 8a531c5 commit e69143e
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 48 deletions.
4 changes: 4 additions & 0 deletions .app.client.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
VUE_APP_API_SERVER: 'http:https://124.221.203.74:8085/api/v1',
VUE_APP_API_AGENT: 'http:https://124.221.203.74:8086/api/v1'
}
4 changes: 4 additions & 0 deletions .app.demo.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
VUE_APP_API_SERVER: 'http:https://124.221.203.74:8085/api/v1',
VUE_APP_API_AGENT: 'http:https://124.221.203.74:8086/api/v1'
}
20 changes: 0 additions & 20 deletions .env.client

This file was deleted.

20 changes: 0 additions & 20 deletions .env.demo

This file was deleted.

4 changes: 2 additions & 2 deletions .env.dev → .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ VUE_APP_API_SERVER = http:https://127.0.0.1:8085/api/v1
VUE_APP_API_AGENT = http:https://127.0.0.1:8086/api/v1
VUE_APP_API_STATIC =

################ 部署环境相关配置 start ################
################ Deploy Settings Start ################
VUE_APP_DEPLOY_ENV = 'deeptest'
VUE_APP_DEPLOY_ENV_TITLE= 'Deeptest'
# 乐研 loading logo 图片
VUE_APP_DEPLOY_ENV_LOADING_ICON= ''
VUE_APP_DEPLOY_ENV_COMPANY= 'deeptest.com'
VUE_APP_DEPLOY_ENV_COMPANY_COPYRIGHT= 'All Rights Reserved 苏ICP备2022024127号'
################ 部署环境相关配置 end ################
################ Deploy Settings End ################
10 changes: 5 additions & 5 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ VUE_APP_PORT=8000
# 是否开启Mock true|false,development 环境有效
VUE_APP_MOCK = true

VUE_APP_API_SERVER = http:https://124.221.203.74:8085/api/v1
VUE_APP_API_AGENT = http:https://124.221.203.74:8086/api/v1
VUE_APP_API_SERVER =
VUE_APP_API_AGENT =
VUE_APP_API_STATIC =
VUE_HELP_URL = https://deeptest.com

################ 部署环境相关配置 start ################
################ Deploy Settings Start ################
VUE_APP_DEPLOY_ENV = 'deeptest'
VUE_APP_DEPLOY_ENV_TITLE= 'Deeptest'
# 乐研 loading logo 图片

VUE_APP_DEPLOY_ENV_LOADING_ICON= ''
VUE_APP_DEPLOY_ENV_COMPANY= 'deeptest.com'
VUE_APP_DEPLOY_ENV_COMPANY_COPYRIGHT= 'All Rights Reserved 苏ICP备2022024127号'
################ 部署环境相关配置 end ################
################ Deploy Settings End ################
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build:dev": "sh init.project.sh && vue-cli-service build --mode=dev",
"build:test": "sh init.project.sh && vue-cli-service build --mode=test",
"build:client": "sh init.project.sh && vue-cli-service build --mode=client",
"build:demo": "sh init.project.sh && vue-cli-service build --mode=production",
"build:demo": "sh init.project.sh && APP_CONF=demo vue-cli-service build --mode=production",

"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
Expand Down

0 comments on commit e69143e

Please sign in to comment.