|
|
@@ -82,7 +82,9 @@ router.beforeEach(async (to, from, next) => {
|
|
|
{ routerPath: "/cropList" },
|
|
|
{ routerPath: "/cropList/cropListIndex" },
|
|
|
{ routerPath: "/AiHotVideoList"},
|
|
|
- { routerPath: "/AiHotVideoList/AiHotVideoListIndex"}]
|
|
|
+ { routerPath: "/AiHotVideoList/AiHotVideoListIndex"},
|
|
|
+ { routerPath: "/AiProductSearch"},
|
|
|
+ { routerPath: "/AiProductSearch/AiProductSearchIndex"}]
|
|
|
|
|
|
const accessRoutes = await store.dispatch('permission/generateRoutes', data);
|
|
|
router.addRoutes(accessRoutes);
|