提交 e8bfd051 编写于 作者: M mehaotian

fix(stat): 修改统计上报域名

上级 2fb3ad4c
import { version } from '../package.json';
const STAT_VERSION = version;
const STAT_URL = 'https://uniapp.dcloud.io/uni/stat';
const STAT_H5_URL = 'https://uniapp.dcloud.io/uni/stat.gif';
const PAGE_PVER_TIME = 1800;
const APP_PVER_TIME = 300;
const STAT_VERSION = version;
const STAT_URL = 'https://tongji.dcloud.io/uni/stat';
const STAT_H5_URL = 'https://tongji.dcloud.io/uni/stat.gif';
const PAGE_PVER_TIME = 1800;
const APP_PVER_TIME = 300;
const OPERATING_TIME = 10;
const UUID_KEY = '__DC_STAT_UUID';
......
import {
version
} from '../package.json'
export const STAT_VERSION = version
export const STAT_URL = 'https://uniapp.dcloud.io/uni/stat'
export const STAT_H5_URL = 'https://uniapp.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
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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册