12 lines
538 B
JavaScript
Raw Normal View History

2025-04-14 10:57:27 +08:00
const config = {
2025-08-12 11:45:30 +08:00
// apiUrl: "http://192.168.2.140:10010/",
2025-08-08 09:22:47 +08:00
// apiUrl: "https://www.cdzhuojing.cn/ebike/",
apiUrl: "https://www.cx.cdzhuojing.cn/ebike/",
cdnPath: "/",
ERR_OK: 200,
2025-04-15 10:19:23 +08:00
sm2PublicKey: "04f5084ee12767d932f293508e30e3b0100185042ec0f061dedaf92b793b93f79fd6179d5e47e25b7aec98e00cf90dd56df1f8191012537187e7bbfd2d1de299fc", //f8209a2ebe6691e41e1f2b667bfe71f0b511716cc0f7c4452502fc12ec3957e4
2025-08-08 09:22:47 +08:00
imgPath: "https://www.cdzhuojing.cn/file/cdn-bucket/maintenance/",
filePath: "https://www.cdzhuojing.cn/file"
2025-04-14 10:57:27 +08:00
}
export default config;