li.shaoyi 2 minggu lalu
induk
melakukan
7f0cdd3e10
1 mengubah file dengan 6 tambahan dan 1 penghapusan
  1. 6 1
      src/packages/digital/router/index.ts

+ 6 - 1
src/packages/digital/router/index.ts

@@ -174,6 +174,11 @@ const routes: Array<RouteRecordRaw> = [
         path: '',
         name: 'setting',
         component: () => import('../views/setting/index.vue'),
+      },
+      {
+        path: 'luanguage',
+        name: 'setting-luanguage',
+        component: () => import('../views/setting/luanguage/index.vue'),
       }
     ]
   },
@@ -367,7 +372,7 @@ const routes: Array<RouteRecordRaw> = [
       {
         path: '',
         name: 'notice-list',
-        component: () => import('@mobile/views/notice/list/index.vue'),
+        component: () => import('../views/notice/list/index.vue'),
       }
     ]
   },