mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-06 17:36:42 +08:00
提交多环境修改
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# 开发环境配置
|
||||
ENV = 'development'
|
||||
NODE_ENV: "development"
|
||||
BASE_URL: "/pc/"
|
||||
|
||||
# 管理系统/开发环境
|
||||
VUE_APP_BASE_API = '/systemapi'
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# 生产环境配置
|
||||
ENV = 'preview'
|
||||
NODE_ENV: "preview"
|
||||
BASE_URL: "/pc/"
|
||||
|
||||
# 管理系统/生产环境
|
||||
VUE_APP_BASE_API = '/systemapi-release'
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# 生产环境配置
|
||||
ENV = 'production'
|
||||
NODE_ENV: "production"
|
||||
BASE_URL: "/pc/"
|
||||
|
||||
# 管理系统/生产环境
|
||||
VUE_APP_BASE_API = '/systemapi'
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# 生产环境配置
|
||||
ENV = 'testing'
|
||||
NODE_ENV: "testing"
|
||||
BASE_URL: "/pc/"
|
||||
|
||||
# 管理系统/生产环境
|
||||
VUE_APP_BASE_API = '/systemapi'
|
||||
|
||||
Reference in New Issue
Block a user