spring-cloud-alibaba-examples/integrated-example/integrated-frontend/src/main/resources/templates/order.html [86:96]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - }); const getDateTime = () => { const myDate = new Date; const year = myDate.getFullYear(); const month = myDate.getMonth() + 1; const date = myDate.getDate(); const hours = myDate.getHours(); const minutes = myDate.getMinutes(); const seconds = myDate.getSeconds(); return `${year}-${month}-${date} ${hours}:${minutes}:${seconds}`; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - spring-cloud-alibaba-examples/integrated-example/integrated-frontend/src/main/resources/templates/rocketmq.html [62:73]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - }); const getDateTime = () => { const myDate = new Date; const year = myDate.getFullYear(); const month = myDate.getMonth() + 1; const date = myDate.getDate(); const hours = myDate.getHours(); const minutes = myDate.getMinutes(); const seconds = myDate.getSeconds(); return `${year}-${month}-${date} ${hours}:${minutes}:${seconds}`; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -