.env.dev 364 B

123456789101112
  1. # 开发环境
  2. NODE_ENV=development
  3. VUE_APP_ENV='dev'
  4. # 页面 title
  5. VUE_APP_TITLE=易趣水果
  6. # socket 系统长连接地址
  7. # VUE_APP_WS_ADMIN_URL='ws://afsajg.yiqucbb.cn/ws'
  8. VUE_APP_WS_ADMIN_URL='ws://shop.yiqucguoyuan.com/ws'
  9. # 接口请求地址
  10. # VUE_APP_API_URL='http://afsajg.yiqucbb.cn/adminapi'
  11. VUE_APP_API_URL='https://shop.yiqucguoyuan.com/adminapi'