前端工程代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
412 B

  1. ENV = 'development'
  2. # 接口地址
  3. # VUE_APP_BASE_API = 'http://8.129.208.109:8001'
  4. # VUE_APP_BASE_API = 'http://itxzz.51vip.biz/'
  5. # VUE_APP_BASE_API = http://shop.itxzz.top:35708/
  6. VUE_APP_BASE_API = http://localhost:8001/
  7. # VUE_APP_BASE_API = 'https://app2.yixiang.co'
  8. VUE_APP_WS_API = 'ws://8.129.208.109:8001/'
  9. # 是否启用 babel-plugin-dynamic-import-node插件
  10. VUE_CLI_BABEL_TRANSPILE_MODULES = true