gcz hace 4 años
padre
commit
dad6521555
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -320,7 +320,7 @@ export const asyncRouterMap = [
       {
         path: 'rollbuy',
         name: 'rollbuy',
-        component: () => import('@/views/ums/rollbuy/index'),
+        component: () => import('@/views/sms/rollbuy/index'),
         meta: {title: '购买滚动', icon: 'ums-admin'}
       },
     ]