ui หน้าเครื่องราช , ui เหรียญจักรพรรดิมาลา
This commit is contained in:
parent
5ac26b80ca
commit
85b31c2bd6
7 changed files with 1145 additions and 176 deletions
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue