BJ_web_developers
/
HSpark
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
2ab4a1bea404b666c7846a24b1d060a35857afe4
Authored by
Andy
2019-07-07 11:44:19 +0800
1 parent
9804b54b
add 登录手机号 交互
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
.env.development
.env.development
View file @
2ab4a1b
...
...
@@ -2,7 +2,7 @@
2
2
ENV = 'development'
3
3
4
4
# base api '/dev-api'
5
-VUE_APP_BASE_API = 'http://
127.0.0.1:8099
'
5
+VUE_APP_BASE_API = 'http://
test.renniting.cn/bcp/
'
6
6
7
7
8
8
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
...
...