Blame view

antis-ncc-admin/.env.development 143 Bytes
de2bd2f9   “wangming”   项目初始化
1
2
3
4
5
  # 开发
  
  VUE_CLI_BABEL_TRANSPILE_MODULES = true
  VUE_APP_BASE_API = 'http://localhost:2011'
  VUE_APP_BASE_WSS = 'ws://localhost:2011/websocket'