ui หน้าเครื่องราช , ui เหรียญจักรพรรดิมาลา

This commit is contained in:
Thanit Konmek 2023-07-17 14:18:31 +07:00
parent 5ac26b80ca
commit 85b31c2bd6
7 changed files with 1145 additions and 176 deletions

View file

@ -3,6 +3,9 @@
*/
const Main = () => import("@/modules/07_insignia/views/Main.vue");
const ResultInsignia = () =>
import("@/modules/07_insignia/components/ResultInsignia.vue");
const Coin = () => import("@/modules/07_insignia/components/Coin.vue");
export default [
{
@ -15,4 +18,24 @@ export default [
Role: "insignia",
},
},
{
path: "/insignia/result-insignia",
name: "result-insignia",
component: ResultInsignia,
meta: {
Auth: true,
Key: [7],
Role: "insignia",
},
},
{
path: "/insignia/coin",
name: "coin",
component: Coin,
meta: {
Auth: true,
Key: [7],
Role: "insignia",
},
},
];