mobile_skt/lib/config.dart

10 lines
381 B
Dart
Raw Normal View History

/// Global config
class GloablConfig {
static const BASE_URL = "http://172.21.128.1:3000/";
static const DOMAIN_NAME = "山矿通";
static const DEBUG = true;
static const PRIVACY_POLICY = 'http://h5.heeru.xyz/privacyPolicy.html';
static const TERM_OF_USER = 'http://h5.heeru.xyz/termConditions.html';
static const APPLE_STORE_PAGE = 'https://apps.apple.com/cn/app';
}