Browse Source

将月/日/年改为年/月/日

dongqian/feature-20250702094358-小财神适配
no99 2 weeks ago
parent
commit
8429f89e77
  1. 2
      src/views/AIchat.vue

2
src/views/AIchat.vue

@ -629,7 +629,7 @@ watch(
class: "title1",
type: "title1",
content: codeData.value.name + "全景作战报告",
date: moment().format("MM/DD/YYYY"),
date: moment().format("YYYY/MM/DD"),
},
"",
50

Loading…
Cancel
Save