backstage
/
wutong
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
79503e87c11d35ebd125696fc8bba685fa52f4c7
Authored by
“wangming”
2026-03-27 20:35:08 +0800
1 parent
dfbda420
更改前端测试的接口地址
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Antis.Erp.Plat/antis-ncc-admin/.env.development
Antis.Erp.Plat/antis-ncc-admin/.env.development
View file @
79503e8
1
1
# 开发
2
2
3
3
VUE_CLI_BABEL_TRANSPILE_MODULES = true
4
-VUE_APP_BASE_API = 'http://localhost:201
1
'
4
+VUE_APP_BASE_API = 'http://localhost:201
5
'
5
5
VUE_APP_BASE_WSS = 'ws://localhost:2011/websocket'
...
...