微信小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

11 行
282 B

  1. module.exports = {
  2. DEV: {
  3. URL_PREFIX: 'http://192.168.31.178:8080',
  4. },
  5. PRE: {
  6. URL_PREFIX: 'http://192.168.31.178:8080/rural_collective_assetes',
  7. },
  8. PROD: {
  9. URL_PREFIX: 'http://192.168.31.178:8080/rural_collective_assetes',
  10. }
  11. }