index.js 598 B

123456789101112131415161718192021
  1. import { useApiUrl } from "@/config/apiUrl.js";
  2. export default {
  3. version: 0.1,
  4. timeout: 6000,
  5. proTimeout: 1000,
  6. apiPrefix: "",
  7. requestRetry: 4,
  8. requestRetryDelay: 800,
  9. tokenKey: "ACCESS_TOKEN",
  10. userInfoKey: "USER_INFO",
  11. robotBaseUrl: "http://import.smcic.net:804",
  12. robotBaseWss: "wss://robot.baidu.com",
  13. robotClientSecret: "y3ir4fjVLGaYZTJL",
  14. robotClientId: "45eJGpH9",
  15. robotMoveTimeout: 300,
  16. apiUrl: useApiUrl,
  17. corporation: "广电融媒体",
  18. siteName: "",
  19. designSize: 375 //设计稿宽度 375,建议使用375,可以和一些主流的ui库兼容。如vant
  20. };