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.

23 lines
620 B

6 months ago
  1. const CONFIG = {
  2. //模拟环境配置
  3. mock: {
  4. //baseUrl: 'http://rest.apizza.net/mock/274c6f1a7f44c571792b6e269c07541d',
  5. },
  6. //开发环境配置
  7. development: {
  8. // baseUrl: 'http://localhost:8888/a9zhongl0810mini/miniapi.php',
  9. //baseUrl: 'https://zysoft2.dns-dns.cn/mini/a9zhongl0810mini/miniapi2.php',
  10. baseUrl: 'https://m.chinause.cn/mini/a9zhongl0810mini/miniapi.php',
  11. },
  12. //生产环境配置
  13. production: {
  14. baseUrl: 'https://m.chinause.cn/mini/a9zhongl0810mini/miniapi.php',
  15. }
  16. }
  17. //运行编译是开发环境,发行打包是生产环境
  18. export default CONFIG
  19. /*
  20. {
  21. baseUrl: 接口地址
  22. }
  23. */