.env.dev 259 B

12345678910
  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://shop.yiqucguoyuan.com/ws'
  8. # 接口请求地址
  9. VUE_APP_API_URL='https://shop.yiqucguoyuan.com/adminapi'