Blame view

antis-ncc-net-core/admin-web/.env.development 143 Bytes
03207d5d   wwk   1
1
2
3
4
5
  # 开发
  
  VUE_CLI_BABEL_TRANSPILE_MODULES = true
  VUE_APP_BASE_API = 'http://localhost:8061'
  VUE_APP_BASE_WSS = 'ws://localhost:8061/websocket'