This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
rongxin.dashboard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
仓库初始化
master
张泽亮
2 months ago
parent
ad67edd575
commit
a4f2173ce5
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.env.development
+1
-1
.env.production
+1
-1
.env.staging
+ 1
- 1
.env.development
View File
@@ -5,7 +5,7 @@ VUE_APP_TITLE = 后台系统
ENV = 'development'
# 管理系统/开发环境
VUE_APP_BASE_API = '/
dev-
api'
VUE_APP_BASE_API = '/api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
+ 1
- 1
.env.production
View File
@@ -5,4 +5,4 @@ VUE_APP_TITLE = 后台系统
ENV = 'production'
# 管理系统/生产环境
VUE_APP_BASE_API = '/
prod-
api'
VUE_APP_BASE_API = '/api'
+ 1
- 1
.env.staging
View File
@@ -9,4 +9,4 @@ NODE_ENV = production
ENV = 'staging'
# 管理系统/测试环境
VUE_APP_BASE_API = '/
stage-
api'
VUE_APP_BASE_API = '/api'
Write
Preview
Loading…
Cancel
Save