|
@@ -29,6 +29,7 @@ function getChinaTimeISO() {
|
|
|
export default ({ mode }: any) => {
|
|
export default ({ mode }: any) => {
|
|
|
const env = loadEnv(mode, envDir);
|
|
const env = loadEnv(mode, envDir);
|
|
|
const buildTime = getChinaTimeISO();
|
|
const buildTime = getChinaTimeISO();
|
|
|
|
|
+ console.log('current', buildTime)
|
|
|
|
|
|
|
|
let proxy: any = {};
|
|
let proxy: any = {};
|
|
|
if (env.VITE_MOCK_ENV) {
|
|
if (env.VITE_MOCK_ENV) {
|