config.js 91 B

1234567
  1. const config = {
  2. base_url: 'https://192.168.166.11/api', //安科院
  3. }
  4. export {
  5. config
  6. }