增加扫码页/增加环境配置
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
* 公共配置(开发/生产环境共享)
|
||||
*/
|
||||
const common = {
|
||||
// 应用信息
|
||||
appName: '智能货柜',
|
||||
appVersion: '1.0.0',
|
||||
|
||||
// 默认设备ID(开发调试用)
|
||||
defaultDeviceId: 'A1036',
|
||||
|
||||
// 客服电话
|
||||
servicePhone: '13264706088',
|
||||
|
||||
// 请求超时时间(ms)
|
||||
requestTimeout: 10000,
|
||||
};
|
||||
|
||||
export default common;
|
||||
Reference in New Issue
Block a user