提交修改

This commit is contained in:
daihh
2022-06-08 10:41:26 +08:00
parent 77adc8df1b
commit a75433ed24
4 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
# 开发环境配置 # 开发环境配置
NODE_ENV = 'development'
ENV = 'development' ENV = 'development'
NODE_ENV: "development" BASE_URL = '/pc/'
BASE_URL: "/pc/"
# 管理系统/开发环境 # 管理系统/开发环境
VUE_APP_BASE_API = '/systemapi' VUE_APP_BASE_API = '/systemapi'

View File

@@ -1,7 +1,7 @@
# 生产环境配置 # 生产环境配置
ENV = 'preview' ENV = 'preview'
NODE_ENV: "preview" NODE_ENV= 'preview'
BASE_URL: "/pc/" BASE_URL= '/pc/'
# 管理系统/生产环境 # 管理系统/生产环境
VUE_APP_BASE_API = '/systemapi-release' VUE_APP_BASE_API = '/systemapi-release'

View File

@@ -1,7 +1,7 @@
# 生产环境配置 # 生产环境配置
ENV = 'production' ENV = 'production'
NODE_ENV: "production" NODE_ENV = 'production'
BASE_URL: "/pc/" BASE_URL = '/pc/'
# 管理系统/生产环境 # 管理系统/生产环境
VUE_APP_BASE_API = '/systemapi' VUE_APP_BASE_API = '/systemapi'

View File

@@ -1,7 +1,7 @@
# 生产环境配置 # 生产环境配置
ENV = 'testing' ENV = 'testing'
NODE_ENV: "testing" NODE_ENV = 'testing'
BASE_URL: "/pc/" BASE_URL = '/pc/'
# 管理系统/生产环境 # 管理系统/生产环境
VUE_APP_BASE_API = '/systemapi' VUE_APP_BASE_API = '/systemapi'