You need to sign in or sign up before continuing.
config.js 406 字节
Newer Older
M
mehaotian 已提交
1 2
import {
  version
3
} from '../package.json'
M
mehaotian 已提交
4 5 6 7 8 9 10
export const STAT_VERSION = version
export const STAT_URL = 'https://tongji.dcloud.io/uni/stat'
export const STAT_H5_URL = 'https://tongji.dcloud.io/uni/stat.gif' 
export const STAT_KEY = 'qkTHEIegZGcL5iy3'
export const PAGE_PVER_TIME = 1800
export const APP_PVER_TIME = 300
export const OPERATING_TIME = 10
11
export const DIFF_TIME = 60 * 1000 * 60 * 24