fix: adjust the order

This commit is contained in:
zhouzixin 2024-06-04 08:43:20 +08:00
parent 7fef3e5c39
commit 9098efa558

View File

@ -77,10 +77,6 @@ export const BrowserLogConstants = [
label: "pagePath", label: "pagePath",
value: "pagePath", value: "pagePath",
}, },
{
label: "errorUrl",
value: "errorUrl",
},
{ {
label: "time", label: "time",
value: "time", value: "time",
@ -91,6 +87,10 @@ export const BrowserLogConstants = [
// drag: true, // drag: true,
method: 350, method: 350,
}, },
{
label: "errorUrl",
value: "errorUrl",
},
{ {
label: "stack", label: "stack",
value: "stack", value: "stack",