wkw 12 цаг өмнө
parent
commit
2e18385a80

+ 5 - 5
src/layout/app/index.vue

@@ -27,11 +27,11 @@ const mainStyle = ref({});
  
 
 const tabbarOptions = [
-  {
-    title: "社交",
-    icon: "tabbar-im",
-    to: "/im",
-  },
+  // {
+  //   title: "社交",
+  //   icon: "tabbar-im",
+  //   to: "/im",
+  // },
   {
     title: "交易",
     icon: "tabbar-transaction",

+ 11 - 11
src/router/system.js

@@ -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",