修改时间的格式

This commit is contained in:
zhangsir
2024-04-26 16:03:57 +08:00
parent e18bf55532
commit 33c4002bac

View File

@@ -113,7 +113,7 @@ import { toDate } from "@/api/method";
const fileList = ref([]);
// const fielPath = ref(import.meta.env.VITE_FILE_PATH);
const uploadRef = ref();
const nowPageTime = Date.now()
const nowPageTime = toDate(new Date().getTime() / 1000, "Y-M-D h:m:s")
const centerDialogVisible = ref(false);
const sbValue = ref({
content: "",