微信小程序
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.

env.js 275 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
1234567891011
  1. module.exports = {
  2. DEV: {
  3. URL_PREFIX: 'http://116.255.223.226:8081/nsgk_test',
  4. },
  5. PRE: {
  6. URL_PREFIX: 'http://116.255.223.226:8081/nsgk_test',
  7. },
  8. PROD: {
  9. URL_PREFIX: 'http://116.255.223.226:8081/nsgk_test',
  10. }
  11. }