|
|
@@ -76358,8 +76358,8 @@ let constantRouterComponents = {
|
|
|
// 'Console': () => import('@/views/system/index/welcome')
|
|
|
};
|
|
|
const generatorDynamicRouter = (H, W) => {
|
|
|
- const Q = H.ls.get("pages");
|
|
|
- constantRouterComponents = lt(lt({}, constantRouterComponents), Q);
|
|
|
+ const Q = window.localStorage.getItem(H.env.VITE_APP_SYS_SERVER_NAME + "_pages");
|
|
|
+ console.log("pages:", Q), constantRouterComponents = lt(lt({}, constantRouterComponents), Q);
|
|
|
const G = [
|
|
|
{
|
|
|
key: "",
|