เเก้ router ใหม่

This commit is contained in:
Net 2024-02-16 16:20:18 +07:00
parent 71aff55f27
commit a61f82906b
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ const onLoad = (async (_: any, done: any) => {
<q-space />
<p>
<q-btn dense size="16px" flat text-color="teal">
<router-link to="/category"> ดการประเภทของปญหา </router-link>
<router-link to="/support/category"> ดการประเภทของปญหา </router-link>
</q-btn>
</p>
</div>

View file

@ -14,7 +14,7 @@ export default [
},
},
{
path: "/category",
path: "/support/category",
name: "supportCategory",
component: supportCategory,
meta: {