|
|
@@ -1,17 +1,4 @@
|
|
|
-export default {
|
|
|
- // baseUrl: 'http://192.168.110.76:8081/oa',
|
|
|
- // baseUrlPre: 'http://192.168.110.76:8081',
|
|
|
- // baseUrl: 'http://192.168.110.82:8081/oa',
|
|
|
- // baseUrlPre:'http://192.168.110.82:8081',
|
|
|
- baseUrl: 'https://api.ygtxfj.com/ynet',
|
|
|
- baseUrlPre:'https://api.ygtxfj.com',
|
|
|
- logoSrc: 'https://50006360.s21i.huaweicloudsite.cn/4/ABUIABAEGAAg-I3cuQYo6IXe9AQw9AM4Rg.png',
|
|
|
- companyName:'宇光同行',
|
|
|
- mapKey: 'KJBBZ-5JCLZ-3NLXD-742CK-Y26UZ-X7BJN',
|
|
|
- // signInTimeRange:['08:30:00', '09:30:00'], //正常签到时间范围
|
|
|
- // signOutTimeRange:['17:30:00', '20:00:00'], //正常签退时间
|
|
|
- // lateTimeRange:['09:00:00', '09:30:00'], //迟到时间范围
|
|
|
- timeout: 10000,
|
|
|
- // baseUrl: 'http://118.195.146.34:20076/ynet',
|
|
|
- defaultAvatarPath:'/shares/document/miniApp/avatar/defaultAvatar.jpg',//默认服务器存储的头像路径
|
|
|
-}
|
|
|
+import config_ygtx from './config_ygtx.js';
|
|
|
+const configModule = config_ygtx;
|
|
|
+
|
|
|
+export default configModule;
|