|
@@ -7,17 +7,17 @@ export const systemRoutes = [
|
|
|
redirect: "wallet",
|
|
|
component: LAYOUT,
|
|
|
children: [
|
|
|
- {
|
|
|
- path: "/im",
|
|
|
- name: "im",
|
|
|
- meta: {
|
|
|
- title: "router.Social",
|
|
|
- keepAlive: false,
|
|
|
- navbar: false,
|
|
|
- tabbar: true,
|
|
|
- }, // 社交
|
|
|
- component: () => import("@/views/im/index.vue"),
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: "/im",
|
|
|
+ // name: "im",
|
|
|
+ // meta: {
|
|
|
+ // title: "router.Social",
|
|
|
+ // keepAlive: false,
|
|
|
+ // navbar: false,
|
|
|
+ // tabbar: true,
|
|
|
+ // }, // 社交
|
|
|
+ // component: () => import("@/views/im/index.vue"),
|
|
|
+ // },
|
|
|
{
|
|
|
path: "/transaction",
|
|
|
name: "transaction",
|