whycwx
2022-07-28 c33ec48f23d9a205641d5ba2d173b9f70b08a44d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
export default [
    // {
    //     path:"/",
    //     redirect: 'encipherment',
    //     name:"加密",
 
    // },
    // {
    //     path:"/encipherment",
    //     name:"encipherment",
    //     component: (resolve) => require(['@/pages/encipherment/encipherment.vue'], resolve),
    //     meta: {
    //             title: '加密',
    //         },
    // },
    // {
    //     path:"/decode",
    //     name:"decode",
    //     component: (resolve) => require(['@/pages/decode/decode.vue'], resolve),
    //     meta: {
    //             title: '解密',
    //         },
    // },
]