mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-07 01:46:45 +08:00
修改时间的格式
This commit is contained in:
@@ -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: "",
|
||||
|
||||
Reference in New Issue
Block a user