2025-06-19 14:44:00 +08:00
|
|
|
/**
|
|
|
|
* Copyright (c) 2013-Now http://aidex.vip All rights reserved.
|
|
|
|
*/
|
|
|
|
const config = {
|
|
|
|
|
|
|
|
// 产品名称
|
|
|
|
productName: 'Aidex Mobile',
|
|
|
|
|
|
|
|
// 公司名称
|
|
|
|
companyName: 'Aidex',
|
|
|
|
|
|
|
|
// 产品版本号
|
|
|
|
productVersion: 'V4.3.0',
|
|
|
|
|
|
|
|
// 版本检查标识
|
|
|
|
appCode: 'android',
|
|
|
|
|
|
|
|
// 内部版本号码
|
|
|
|
appVersion: 1,
|
|
|
|
|
|
|
|
// 管理基础路径
|
|
|
|
adminPath: ''
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
// 设置后台接口服务的基础地址
|
2025-06-19 16:48:26 +08:00
|
|
|
config.baseUrl = 'http://192.168.0.104:8080';
|
2025-06-19 14:44:00 +08:00
|
|
|
|
|
|
|
export default config;
|