diff --git a/antis-ncc-admin/.env.development b/antis-ncc-admin/.env.development index 2513186..ed2637e 100644 --- a/antis-ncc-admin/.env.development +++ b/antis-ncc-admin/.env.development @@ -1,5 +1,5 @@ # 开发 VUE_CLI_BABEL_TRANSPILE_MODULES = true -VUE_APP_BASE_API = 'http://localhost:2011' +VUE_APP_BASE_API = 'http://lvqian.antissoft.com' VUE_APP_BASE_WSS = 'ws://localhost:2011/websocket'