Browse Source

观景变量

shenyangGas
lingxiao 2 years ago
parent
commit
c95904d93a
3 changed files with 3 additions and 2 deletions
  1. +1
    -1
      .env.production
  2. +1
    -1
      .env.staging
  3. +1
    -0
      package.json

+ 1
- 1
.env.production View File

@ -1,3 +1,3 @@
VUE_APP_ENV = '沈阳燃气(正式)'
NODE_ENV = 'production'
VUE_APP_BASE_API = 'http://101.201.121.115:8096'
VUE_APP_BASE_API = 'http://8.140.133.55/:8090'

+ 1
- 1
.env.staging View File

@ -1,3 +1,3 @@
VUE_APP_ENV = '沈阳燃气(正式)'
NODE_ENV = 'production'
VUE_APP_BASE_API = 'http://101.201.121.115:8096'
VUE_APP_BASE_API = 'http://8.140.133.55/:8090'

+ 1
- 0
package.json View File

@ -6,6 +6,7 @@
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve --open --mode development",
"build:dev": "vue-cli-service build --mode development",
"build:prod": "vue-cli-service build --mode production",
"build:stage": "vue-cli-service build --mode staging"


Loading…
Cancel
Save