|
|
|
@ -35,4 +35,4 @@ export const DATE_PRESETS = [
|
|
|
|
|
// 今年: [dayjs().startOf("year"), moment().endOf("year")],
|
|
|
|
|
// 去年: [dayjs().subtract(1, "year").startOf("year"), moment().subtract(1, "year").endOf("year")],
|
|
|
|
|
];
|
|
|
|
|
export const HT_HOST = process.env.NODE_ENV == "production" ? "https://p9axztuwd7x8a7.mycht.cn" : "https://p9axztuwd7x8a7.mycht.cn";
|
|
|
|
|
export const HT_HOST = process.env.NODE_ENV == "production" ? "https://p9axztuwd7x8a7.mycht.cn" : "http://202.103.68.100:890";
|
|
|
|
|