Blame view

Antis.Erp.Plat/antis-ncc-admin/.env.development 303 Bytes
f946e9dd   hexiaodong   hhh
1
2
3
  # 开发
  
  VUE_CLI_BABEL_TRANSPILE_MODULES = true
2356540b   “wangming”   对成本进行了全逻辑的修改和添加
4
  VUE_APP_BASE_API = 'http://localhost:2011'
f946e9dd   hexiaodong   hhh
5
  VUE_APP_BASE_WSS = 'ws://localhost:2011/websocket'
319532fb   “wangming”   feat(admin): 添加抖音...
6
7
8
  
  # 商品主图等 ERP 静态资源根地址(本地可改为与 VUE_APP_BASE_API 同机,便于调试)
  VUE_APP_ERP_PUBLIC_BASE = 'https://www.ponggame.cn'