config.js 172 B

123456789
  1. const config = {
  2. base_url: 'http://192.168.1.55:8080', //安科院
  3. APP_ID: "app_20260603181947",
  4. APP_SECRET: "sk_a7f3e9d2c8b5014f6a2e9d7c3b8a5f1e",
  5. }
  6. export {
  7. config
  8. }