123456789101112131415161718192021 |
- import { useApiUrl } from "@/config/apiUrl.js";
- export default {
- version: 0.1,
- timeout: 6000,
- proTimeout: 1000,
- apiPrefix: "",
- requestRetry: 4,
- requestRetryDelay: 800,
- tokenKey: "ACCESS_TOKEN",
- userInfoKey: "USER_INFO",
- robotBaseUrl: "http://import.smcic.net:804",
- robotBaseWss: "wss://robot.baidu.com",
- robotClientSecret: "y3ir4fjVLGaYZTJL",
- robotClientId: "45eJGpH9",
- robotMoveTimeout: 300,
- apiUrl: useApiUrl,
- corporation: "广电融媒体",
- siteName: "",
- designSize: 375 //设计稿宽度 375,建议使用375,可以和一些主流的ui库兼容。如vant
- };
|