@@ -4,7 +4,7 @@ const server: ServerOptions = {
proxy: {
'^/?(api|file)/': {
// target: 'http://192.168.10.41:8200',
- target: 'http://cet-dev.markingtool.cn',
+ target: 'http://cet-dev.markingtool.cn:8200',
},
}
@@ -183,7 +183,7 @@ export const timeFormat = (time: number) => {
return ''
const DAY = 24 * 60 * 60 * 1000
- const HOUR = 60 * 60 * 100
+ const HOUR = 60 * 60 * 1000
const MINUTE = 60 * 1000
const SECOND = 1000